cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP sender and IDOC receiver

Former Member
0 Kudos

hi

Could u please help me, how to do this interface.

I am transferring the PO from legacy system(webServices Request) to SAP system when ever PO_IDOC is created in SAP I need to send PO number and Acknowledge back to the legacy system.This is synchronous communication from SOAP to IDOC.

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

> This is synchronous communication from SOAP to IDOC.

You need BPM for this scenario. IDoc adapter does not support sync calls.

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

you can use the ORDRSP ORDERS05 Idoc for PO response.

So your scenario will be

SOAP Req -> IDoc -> IDoc resp -> SOAP Resp

but if you can have a standard RFC or maybe an ABAP proxy you can make the scenario sync from SAP end.

Former Member
0 Kudos

thanks for ur helpful answer.

could you please give more details of ORDRSP ORDERS05 Idoc like IDoc no, Message type. I am unable to find Idoc with that information. Onemore thing whether that Idoc is standard Idoc or custom Idoc.

Thanks,

Rock.