Hi All,
We have an asynchronous service consumer (ABAP proxy) in ECC, which sends messages to the target system through a middleware (not SAP PI).
I would like to ask for your help/advice, if there's a standard/natural way to manage acknowledgment messages (system and/or application) acknowledgements and update the status of the original messages.
I have found a link how to manage the acknowledgements in relation to SAP PI (IF_WSPROTOCOL_ASYNC_MESSAGING) but as I mentioned our middleware is something else and it seems this solution is designed for PI only.
http://help.sap.com/saphelp_nw73ehp1/helpdata/en/f4/8620c6b58c422c960c53f3ed71b432/frameset.htm
Thanks,
Csaba
Update: no standard solution has been found, new interface has been buit to manage the acknowledgement.