cancel
Showing results for 
Search instead for 
Did you mean: 

How to set Application Acknowledgment.

former_member343107
Participant
0 Kudos

Hi All,

Our scenario is like this: Sender Application -> ABAP Proxy -> XI -> ABAP Proxy -> Receiver Application. The scenario is asycnronous. Receiver application should check whether the incoming data is a duplicate. If it is, receiver should send back an application acknowledgement to indicate this error. I checked the online help but only found how to request the acknowledgement on the sender side. Can anybody tell me how to send the application acknowledgement from receiver side?

Thanks, Jerome

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Jerome,

You can make use of Fault msg here. Since your scenario is asynch, use Fault msg and poulate your own exception. But I am not sure, if you can send this error msg to sender.

For details on using Fault msg search for "Fault message in Asynchronous scenario". There is a weblog written by Shabarish.

Regards,

Jai Shankar

former_member343107
Participant
0 Kudos

Thanks a lot, both gurus.

Best Regards

Jerome

Answers (1)

Answers (1)

prabhu_s2
Active Contributor
0 Kudos

adding to the comments, build a bridge (using bpm) that would send the acknowledgement to the sender.