cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Migration issue with Operation Mapping from SAP Process Orchestration To SAP Integration Suite

prasad_ulagappan2
Contributor
376

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

PiotrRadzki
Active Participant
0 Kudos

Hi,

In CPI you need to implement 2 mappings, 1st before sync call and another one after receving the response.

BR, Piotr