cancel
Showing results for 
Search instead for 
Did you mean: 

ACKNOWLEDGEMENTS

Former Member
0 Kudos

Hi Friends,

I want to know abt setting acknowledgement in XI. I went thru many blogs and all. I couldnt find any clear steps for that, So please could anyone teach me clearly step by step how to set an acknowledgement.

Note :- Nice reward points will be given.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please check this

setting up Audit Response.

/people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc

Regards

Seshagiri

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

The SAP XI Acknowledgments are the confirmation of delivery of message to the receiver systems.

For Synchronous communication you could have the response from Receiver systems such as RFC, WebService (SOAP, HTTP), Proxy etc.

For Asynchronous communciation you might have to create the dummy response either as an alert notification or using BPM or may be with various Module processors.

You could mionitor the acknowledgment status in SXMB_MONI.

For IDOC, you have ALEAUD as an acknowledgment IDOC.

Check this document on handling IDOC acknowledgements. This might give you some pointers.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50...

There are two types of JDBC acknowledgements Transport level and application level.

IF the JDBC call is asynchronous you can set up for transport level acknowlegement in the send step in ur BPM.

if the JDBC call is synchronous then JDBC adaptor will generate a response message with a tag update count, which gives you the number of rows that were updated.

refer to the following link, which details about reciever jdbc

http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

For FTP adapter you could have the Modules as requestResponseBean or requestNotificationBean etc.

just check out these links

http://help.sap.com/saphelp_nw04/helpdata/en/29/345d3b7c32a527e10000000a114084/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/7b/94553b4d53273de10000000a114084/content.htm

The following link has entire configuration of Receiver XI Adapter (including acknowledgements)

http://help.sap.com/saphelp_nw04/helpdata/en/f4/0a1640a991c742e10000000a1550b0/content.htm

Thanks

Swarup

Former Member
0 Kudos

Hi

The acknowledgment is the confirmation of delivery of the message to receiver systems.

If the Interface is synchronous then you could have the response from Receveir system as an acknowledgment.

In case of Async message flow either you need to generate the acknolwledgment. It depends upon the communication adapers.

Either you could use Alert notification or BPM or various module processors.

For IDOC, you could have ALEAUD as an acknowledgment IDOC.

Check this document on handling IDOC acknowledgements. This might give you some pointers.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50...

have a look at the Alert Framework, which can be configured to send mails to specific persons if an interface processing fails.

http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/content.htm

There are two types of JDBC acknowledgements Transport level and application level.

IF the JDBC call is asynchronous you can set up for transport level acknowlegement in the send step in ur BPM.

if the JDBC call is synchronous then JDBC adaptor will generate a response message with a tag update count, which gives you the number of rows that were updated.

refer to the following link, which details about reciever jdbc

http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

just check out these links

http://help.sap.com/saphelp_nw04/helpdata/en/29/345d3b7c32a527e10000000a114084/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/7b/94553b4d53273de10000000a114084/content.htm

The following link has entire configuration of Receiver XI Adapter (including acknowledgements)

http://help.sap.com/saphelp_nw04/helpdata/en/f4/0a1640a991c742e10000000a1550b0/content.htm

Thanks

Swarup