cancel
Showing results for 
Search instead for 
Did you mean: 

SAP R/3 SNDR system(IDOC) needs an (processing status) Ack back from SAP PI_no Ack sent by RCVR system(HTTP)

former_member323756
Participant
0 Kudos

Hello All,

I am working on PI 7.31 Dual stack . Sender R/3 system sends an IDOC via SAP PI to (HTTP adapter)Receiver application. The requirement is to send back the message processing status(ack) from SAP PI although  the receiver system will not send any response back.

For asynchronous messages, an acknowledgment informs the sender about the status of message processing. So I need to configure Acknowledgements from PI to R/3 system.

I have found several related threads but requirements slightly differs so no idea about applicable steps.

Could anyone please mention the steps for proceeding.

Regards,

Shikha

Accepted Solutions (0)

Answers (1)

Answers (1)

suman_saha
Contributor
0 Kudos

Hi,

In IDOC_AAE you can set module parameter to get system acknowledgement without any intervention of receiver system.

But for Dual Stack,as we don't configure idoc sender channel as its based on ABAP engine,there is no provision to use java based adapter modules. So you may go with ALEAUD as described in http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/903a0abc-e56e-2910-51a8-9dc616df5...

http://wiki.scn.sap.com/wiki/display/Snippets/ALE+Audit+for+DEBMAS

As you are using PI 7.31 dual stack, you may go for IDOC_AAE also and follow the steps

Suman