cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc to HTTP and Return Adapter Response through Acknowledgement

Former Member
0 Kudos

Is it possible to send an Idoc to XI which will map and send out to an HTTP system, but capture the return code in the HTTP response (either success or failure is good enough) and send that back into SAP to update the status of the Idoc (through something like a systat01)?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

yes it can be possible .

you need to create the mappings b/n idoc-http request and http response to sysstat idoc

create inbound interface as syncrhonous

Rajesh

Former Member
0 Kudos

We don't get an actual reponse message back - just an HTTP status of whether or not the receiving system successfully got the posted message. Still possible?

Answers (1)

Answers (1)

former_member206760
Active Contributor
0 Kudos

dear peter,

you can use BPM for this

1. receiver step

2. send step which will send the http message....

3. transformation step wherein there would be a mapping between the source idoc and target sysst01 idoc

where you can map idoc number and message type to syst01 idoc alongwith status....

4. also have a exception handling branch so that if step2 goes in error you can handle that