cancel
Showing results for 
Search instead for 
Did you mean: 

Pi to Pi Integration -How do I send back an IDOC acknowledgement?

Former Member
0 Kudos

Hi Clients partner is using PI too. So I have a process flow like this. I send an IDOC to my PI system. My PI connects to the partner's Pi using HTTP/ XI protocol and my partners PI systems picks up this XI protocol message and post an IDOC in their SAP system. It is a reverse order for inboung IDOCs.

For the inbound IDOC scenario - I have to send ALEAUD ACk back. After going through SDN I was able to configure but the ack reaches only my PI system. How to I send this ack to the partners PI system such that the partner PI can propogate i to its ECC system.

I am connected to my partner using HTTP.

[ My systems SAP ECC (Idocs) - > SAP PI ] ->(Idoc XML over XI protocol)-> [Partner system SAP PI (Idocs) -> SAP ECC] .

What additional configuration is required to make sure that the ALEAUD acknowledgment sent back from the partner reaches our PI box and finally our SAP system? My partner Pi system can get the idoc ack but how does he pass it on to my PI box?

Regards,

Arvind R

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

In this Scenario , Do you have a BPM , if then you can have the mapping for the ALEAUDIT in the BPM

Map the response from the system to the ALE AUD. If you have a BPM then the Error and Sucess and the Response all can be given through one send step

jude

Former Member
0 Kudos

This is not a BPM scenario. This is a simple Async scenario with ack.

Arvind