cancel
Showing results for 
Search instead for 
Did you mean: 

BPM design

Former Member
0 Kudos

Hello experts

I have a scenario where BAPI_SALES_SIMULATE is exposed as a webservice to a third party system through XI. The third party system expects response message in the language it calls , for this i found another bapi called BAPI_MESSAGE_GETDETAILS to convert the message into the required language. Can i achieve this using BPM ? I want the response from first BAPI to be used as request for the second BAPI and the response from second BAPI is appened to the Response of first BAPI and send over to calling thirdparty system.

How can i achieve this using BPM , Could anyone give me the steps required for this please ?

Many thanks

Sudheer

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

Assume bapi1 does the actual functionality and

bapi2 does the language conversion.

Then the webservice BAPI_SALES_SIMULATE.request is mapped to the bapi1.request, then bapi1.response is mapped to bapi2.request and later bapi2.response is mapped to webservice.response.

Thanks,

Durga

Former Member
0 Kudos

Exactly thats the solution i came up too, but i don't know how to realise it in XI using BPM , exactly how many interfaces , Mappings , interface mappings etc.

Former Member
0 Kudos

Anybody else with other thoughts Please ?