cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP->PI->IDoc scenario - getting IDoc acknowledgment

peter_jarsunek
Participant
0 Kudos

Hi guys,

is there any way how to propagate acknowledgment of an received IDoc in ECC back to the SOAP caller?

If I'm not wrong, sending IDoc to ECC is an asynchronous step. Is there any way how to let the caller know that the IDoc was received successfully?

Thanks, Peter

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Peter,

If your scenario is async, then you can receive by standard the acknowledgment. You can as well configure the acknowledgment in PI as seperate message (e.g. for mapping) with report idx_alerequest.

If your scenario is synchr you need to setup a Business Process with a sync - async bridge: The BP receives the SOAP msg, sends an IDoc requesting an ackn (or receives it as separate msg) and finally send the response back to the SOAP sender.

Regards,

Udo

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

Replacing IDoc with RFC or ABAP Server proxy will help you to get response back to SOAP.

Regards,

Raj