cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between System ack/Application ack in XI

Former Member
0 Kudos

Hello Friends,

Can any one tell me the difference between system ack and application ack in XI,can you also provide code samples.

Thankyou for your help.

regards

kaushik

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

Acknowledgments can be used only together with Async. messages.

In sync. messages there is no need for acknowledgements, as you always get an error or a response message, so the sender of the message always knows, if the message was sent successfully or not.

<b>System acknowledgments</b> used by the runtime environment to confirm that an asynchronous message has reached the receiver. for e.g in File Adapter, if ftp server is up and running/or Folder name exists etc

<b>Application acknowledgments</b> used to confirm that the asynchronous message has been successfully processed at the receiver. from SAP help.

Also refer -

http://help.sap.com/saphelp_nw2004s/helpdata/en/f4/8620c6b58c422c960c53f3ed71b432/content.htm

Regards,

Ramana Kumar. A

    • Reward Points if it's useful **

Former Member
0 Kudos

Hey

An acknowledgment replies to an asynchronous request message in order to inform thesender about the status of the message processing. There are four different types of acknowledgments:

<b>System acknowledgment:</b> Sent back when the request message arrives at thefinal receiver.

<b>System error acknowledgment:</b> Sent back when a system error occurs duringmessage processing within SAP XI.

<b>Application acknowledgment:</b> Sent back when the request message is

successfully processed within the receiver application.

<b>Application error acknowledgment:</b> Sent back when an error occurs during

message processing within the receiver application.

<b>Cheers,

*RAJ*

*REWARD POINTS IF FOUND USEFULL*</b>

justin_santhanam
Active Contributor
0 Kudos

Kaushik,

Please refer :

Best regards,

raj.

Former Member
0 Kudos

Hi,

System acknowledgments used by the runtime environment to confirm that an asynchronous message has reached the receiver.

Application acknowledgments used to confirm that the asynchronous message has been successfully processed at the receiver.

For more about acknowledgments go through this SAP help file which dictates about it:

http://help.sap.com/saphelp_nw2004s/helpdata/en/f4/8620c6b58c422c960c53f3ed71b432/frameset.htm

See one example of acknowledgments:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe">Handling Acknowledgements for IDOCs</a>

---Ram