Moving from SAP PI/PO to SAP Integration Suite: Lessons Learned from the Field

Where Integration Suite Strategy Meets Operational Reality

 

The move from SAP Process Integration/Process Orchestration (PI/PO) to SAP Integration Suite is often positioned as a natural next step driven by support timelines, cloud ambitions, scalability demands, and alignment with SAP’s long-term roadmap.

What is often underestimated is the insight this journey reveals once it begins. As teams start working with real interfaces, real message volumes, and real business dependencies, the migration quickly exposes realities within the integration landscape that were hidden behind years of operational stability.

Integration Suite 1

Integration Suite 2

 

PI/PO Landscapes Carry More Than Messages

 

At first glance, many PI/PO landscapes appear stable and well understood. Interfaces are catalogued, sender/receiver agreements are known, and integrations may have been running reliably for years with minimal disruption.

However, once migration assessments begin, another picture often emerges.

Over time, PI/PO landscapes typically accumulate more than just message routing:

  • Business logic embedded in graphical or Java mappings
  • Conditional routing driven by historical or legacy rules
  • Technical workarounds compensating for older ECC constraints
  • Error handling approaches tightly coupled to PI/PO specific monitoring tools such as SXMB_MONI, alerts, or custom UDF logging

When moving to SAP Integration Suite, this logic cannot simply be copied across. The Cloud Integration capability and cloud runtime make underlying dependencies explicit, forcing teams to reassess whether each piece of logic truly belongs in the integration layer at all. This is often where a migration stops being mechanical and becomes an architectural exercise.

 

Third Party Integrations: Coordination Is as Critical as Technology

 

One of the most underestimated aspects of a PI/PO to SAP Integration Suite migration is third-party coordination.

Most SAP landscapes are connected to external partners, SaaS platforms, APIs, or other non-SAP systems. Many of these integrations have implicit dependencies on PI/PO behaviours.

Some of the most common challenges include:

  • Static IP whitelisting tied to on premise PI/PO infrastructure
  • Certificates, endpoints, or payload formats hard coded on third party systems
  • Limited external testing windows and strict vendor change processes
  • Assumptions around synchronous responses, retries, or file delivery schedules

Without early communication and alignment, these dependencies can become critical path issues late in the program.

Successful migration programs typically treat third party readiness as a dedicated workstream, engaging partners early, validating behavioural differences between PI/PO and SAP Integration Suite, and building sufficient buffer into testing and certification cycles.

 

Adapter Choices Shape the Target Architecture Early

 

One of the first tangible differences teams notice during migration is the shift in adapter strategy.

Mature PI/PO landscapes commonly rely on:

  • IDoc adapters for SAP-centric processes
  • RFC adapters for synchronous communication
  • File or SFTP channels for batch-oriented integrations

With SAP Integration Suite, the same interfaces introduce a new set of design choices:

  • SOAP, REST, or OData for S/4HANA connectivity
  • Event-driven patterns alongside traditional message flows
  • OAuth2 and certificate-based authentication
  • SAP Cloud Connector usage and network segmentation decisions

What initially looks like an adapter replacement exercise quickly becomes a broader discussion on standardisation, security, and extensibility. Early architectural choices often influence the entire integration strategy moving forward.

 

Accelerators and Like-for-Like Migration: Use with Intent

 

Migration accelerators and automation tools within SAP Integration Suite can significantly speed up delivery. They help establish structure, enforce consistency, and reduce manual build effort, especially for large PI/PO landscapes.

However, real-world programs highlight a critical nuance.

When accelerators are used purely for like-for-like PI/PO replication, long standing issues often persist:

  • Complex legacy mappings are recreated rather than simplified
  • Inefficient routing logic carries forward into the cloud
  • PI/PO specific operational assumptions remain unchanged
  • Clean core opportunities are deferred rather than addressed

Migration tools can speed up how integrations are rebuilt but they cannot decide whether they should be rebuilt the same way. The most successful programs use accelerators selectively combining automation with conscious architectural decisions about where redesign and simplification genuinely add value.

 

Understanding Migration Assessment Categories

 

The Migration Assessment is closely coupled with SAP’s migration tooling in Integration Suite. Once you have the assessment results and a plan, the Cloud Integration migration tool (accessible via the Integration Suite design editor) supports the semi-automated conversion of eligible PI/PO integration scenarios.

Migration Assessment classifies every interface into one of three categories (with an estimated effort “T-shirt size” for each). The category definitions aren’t just labels; they directly inform how you tackle that interface in the migration plan.

  • Ready to Migrate: The interface fully matches Integration Suite capabilities. It can be migrated manually or semi-automatically without changing the overall integration design. In real projects, these tend to be straightforward scenarios (e.g. a simple SOAP-to-SOAP service call, or an IDoc flow) that use standard adapters and mappings. Additional configuration steps might be required post-migration (for instance, re-creating security credentials, endpoints, or partner agreements in the cloud), but no fundamental redesign is needed.

 

    • Real-world consequence: These are your “low-hanging fruit”. Effort estimates are reliable and low. Teams often schedule Ready interfaces in the first migration wave or pilot, to achieve quick wins and build momentum. Testing is typically simpler as it focuses on verifying that connectivity and data mapping still work in the new environment, since the logic is unchanged. Stakeholders can be assured that the interface’s behaviour remains the same, just running on new infrastructure.

 

  • Adjustment Required: The interface is partially compatible with Integration Suite, but changes to the integration design or surrounding systems are needed. In other words, it can be moved via the migration tool or manually, but you must retrofit certain elements to meet best practices or cloud requirements.

 

Common examples: replacing a legacy File adapter with an SFTP adapter (since cloud integration doesn’t write directly to local file directories), altering an RFC call to use a modern API or IDoc, or changing authentication from Basic to OAuth2. These adjustments typically address protocol mismatches, security updates, or deprecated patterns.

 

    • Real-world consequence: Don’t underestimate these minor tweaks. Teams often discover that what looks like a simple adapter swap can have ripple effects. For example, moving from a file share to SFTP might require coordinating new access with a partner or setting up an SFTP server. An RFC-to-API change might impact the receiving application’s expectations. Thorough testing is needed to ensure the adjusted interface works end-to-end under real conditions (file formats, encoding, error handling might differ).  It’s wise to factor in extra buffer for these interfaces in your plan as they often require moderate effort rather than being trivial changes. In migration sequencing, “Adjustment Required” interfaces are frequently tackled in the second wave, after the easy wins, or in parallel with ready ones (if the team has capacity), to address design changes early. Make sure to communicate with stakeholders about these changes – for example: informing a partner that file transfers will use SFTP going forward, to prevent surprises in go-live.

 

  • Evaluation Required: The interface cannot be directly migrated using the standard tool because it relies on capabilities that Integration Suite doesn’t support out-of-the-box or cannot automatically convert. These are the “hard cases” often involving custom solutions or complex scenarios. Typical examples include interfaces using custom adapter modules, ccBPM or BPM processes, highly customised Java/ABAP mappings, or niche adapters not available in cloud (e.g., a legacy EDI adapter or industry-specific connector). For such scenarios, the Migration Assessment essentially says “manual analysis needed” and there’s no one-to-one match in the new platform. The team must determine a new approach – possibly a redesign or splitting the process into multiple iFlows or even leveraging additional services (like SAP Workflow Service for a long-running process, or a third-party adapter).

 

    • Real-world consequence: Interfaces categorised as “Evaluation Required” demand architectural decision-making rather than straightforward migration. They carry the most uncertainty so treat them as mini projects. It’s common to schedule these last or run them in a separate track, allowing time for proof-of-concept and design iterations. Effort estimation here may be challenging; as analysis progresses, you might discover the need for extra development (e.g., writing a Groovy script to replicate a custom module’s logic, or redesigning a process entirely). Stakeholder expectations must be managed carefully: if a business-critical interface falls in this category, communicate early that its migration will involve significant changes or testing. Sometimes, teams will demo a reimagined solution to business owners to ensure it meets requirements. In terms of testing, these interfaces require full end-to-end re-validation, as if deploying a brand-new integration – involving potentially multiple parties and edge-case scenarios. The silver lining is that tackling “Evaluation” scenarios often yields long-term improvements (cleaning up technical debt or adopting a more supportable design), but you need to plan for the upfront investment.

 

Sample evaluation results:

Integration Suite 3

Clean Core: The Reality Behind the Principle

 

Almost every PI/PO to SAP Integration Suite migration starts with clean core objectives and the platform strongly supports that vision. Yet practical trade-offs frequently emerge:

  • Transformations compensating for non-standard backend structures
  • Lookups embedded to correct historical data inconsistencies
  • Synchronous RFC based patterns that clash with cloud-native retry and timeout behaviour

SAP Integration Suite does not force immediate re-factoring, but it makes the cost of postponing those decisions visible. Programs that succeed long term treat clean core as an ongoing design journey rather than a rigid migration rule.

 

Runtime Behaviour Changes After Go-Live

 

Even technically sound integrations behave differently once deployed on a cloud-native runtime.

Common post-go-live learnings include:

  • Retry and message persistence differing from PI/PO expectations
  • A shift from message-centric monitoring to flow and tenant level operational views
  • Increased reliance on payload logging strategies and proactive alerting
  • Variations in throughput and parallelism during peak business periods

These characteristics are inherent to operating in the cloud. Projects that explicitly plan for stabilisation, operational ownership, and monitoring refinement typically mature more quickly post-go-live.

While SAP Integration Suite provides modern, extensible integration capabilities, real world success depends just as much on organisational readiness.

Addressing these topics early leads to significantly more predictable migration outcomes. PI/PO to SAP Integration Suite migration is a rare opportunity to pause, reassess, and reshape the integration landscape – not simply modernise the technology stack.

 

If you need assistance transitioning from SAP PI/PO to SAP Integration Suite, contact us to learn how we can support your migration journey.

SUBSCRIBE TO OUR MAILING LIST

FOLLOW US:

Share
Tweet
Share
Mail

Contact Our Team

Related Posts

Contact Our Team

Schedule a no-obligation consultation to discover how On Device Solutions can help your business thrive.

SAP Gold partner

KEEP IN TOUCH

Approachable UKAS
Certificate Number 11603

Contact Us

Thanks for your enquiry. A member of the On Device team will be in touch shortly

Thanks for your enquiry. A member of the On Device team will be in touch shortly.

Request a free Trial

Thanks for your enquiry. A member of the On Device team will be in touch shortly

I would like to request a trial of

Request a Demo

Thanks for your enquiry. A member of the On Device team will be in touch shortly

I would like to see a demo of

Request a Demo

Thanks for your enquiry. A member of the On Device team will be in touch shortly

I would like to see a demo of