Press "Enter" to skip to content

Posts published in “Service Implementation Guide”

HowTo implement Backend Services in SAP Business Systems, such as ABAP Proxies

ABAP Outbound Proxy: Request Acknowledgements

0

To request System- or Application-Acknowledgements, you have to request them before calling the Outbound Proxy in your ABAP Program: DATA: l_proxy TYPE REF TO z…, acknowledgment_request_details TYPE PRX_ACK_REQUEST_DETAILS, async_messaging TYPE REF…