cancel
Showing results for 
Search instead for 
Did you mean: 

NW BPM 7.5 scenario for SOAP to IDOC synchronous integration

vipinkumar_kanchan
Participant
0 Kudos

Hi,

We are working on SAP PO 7.5 and have a requirement to configure a SOAP to IDOC scenario where we want the IDOC response to come back to PO so that we can map it into the webservice response. we have done a similar scenario with CCBPM before, but are not able to get the similar scenario working in NW BPM version.

we want to create an order in SAP with the ORDER IDOC and then use the IDOC number to get the order number which needs to be mapped back to the Third party system.

Has anyone done such a scenario in SAP PO 7.5? Any documents that can be shared on this?

Regards,

Vipin Kanchan

Accepted Solutions (0)

Answers (1)

Answers (1)

engswee
Active Contributor
0 Kudos

Hi Vipin

Can you elaborate further why you were not able to implement this in NW BPM? At a high level, I think this can be achieved by implementing a sync-async bridge pattern.

On the ECC side, configure an ORDRSP IDoc to be triggered during creation of the sales order. The ORDRSP IDoc will be the async response back to the bridge, and typically it would contain the original reference number (normally the customer PO number) as well as the ECC SO number. You should use the reference number as the correlation condition in the BPM.

Regards

Eng Swee