cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to compose XML in BPM from responses of multiple BAPI calls?

peter_jarsunek
Participant
0 Kudos

Hi guys!

I want to send into BPM an XML document, which will be parsed and it will call some BAPIs more times. And I need to get response. Is it possible, to compose an XML document from these BAPI return codes to be sent back as response? Concretely I will use SOAP->XI->SAP and response SAP->XI->SOAP... I will use it as asynchronous call..

Thanx, Peter

Message was edited by: Peter Jarsunek

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Peter,

It depends:

- what kind of bapi is it? (does it have some sort of number?) like delivery number or something else?

if not you'll have to add something

so you can correlate your bapi with bapi response

if you want to know which response corresponds to which bapi call

but you can do it with a bapi wrapper

>>>>Is it possible, to compose an XML document from these BAPI return codes to be sent back as response?

you you can collect message in a BPM - standard pattern

(but remember about the "correlation")

Regards,

michal

peter_jarsunek
Participant
0 Kudos

Thanx Michal, we'll use a wrapper.

Peter