Skip to Content
Technical Articles
Author's profile photo Sriprasad S Bhat

[ How-To ] Moving Operation Mapping from SAP Process Orchestration To SAP Integration Suite

Introduction:

Integration Suite is the future-proof and strategic integration platform from SAP with a long term roadmap. This is the recommended solution from a product strategy perspective.To help developers/customers working on migrating integration scenarios from SAP Process Orchestration to SAP Integration Suite, we will be starting off with series comprising of multiple technical how-to guides.

Scenario:

In the below blog post we will see how to move Operation Mapping from SAP Process Orchestration to SAP Integration Suite.

What is currently supported:

Operation Mapping having Graphical Message Mapping

Operation Mapping consisting of only Graphical Message Mapping without any lookup logic/parameterized mapping can be imported into SAP Integration Suite by following below step by step video tutorial.

What needs to be reworked and how

  • Operation Mapping with XSLT Mapping

Good practice is to remove reference to XSLT mapping from Operation Mapping before exporting and import the XSL file as seperate artifact in Cloud Integration.

  • Operation Mapping with Parameters ( Import ).

Remove the Parameter reference from Associated Message Mapping ( as shown in previous blog ) and Operation Mapping before importing the same to Cloud Integration.By leveraging Parameter Externalization concept Parameterized can be easily achieved in Cloud Integration.

Rererences

[ 1 ] Migration Guide for SAP PO : Migration Guide

[ 2 ] Operation Mapping in SAP PO : Operation Mapping

 

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Prasad Ulagappan
      Prasad Ulagappan

      Hi SriPrasad,

      I have used Operation mapping for a synchronous call {(ABC_Req_MT) to (XYZ_Req_MT) and (XYZ_Res_MT) to (ABC_Res_MT)} in Integration Suite but the outcome for my call is the Response source structure (XYZ_Res_MT) but the expectation is to have the Response target structure(ABC_Res_MT) as the final output. For getting the Response target structure, do I need to add a separate mapping, if so, what is the purpose of Operation mapping, rather I could use 2 mapping one for request and other for response separately and get the output. Please help.