Press "Enter" to skip to content

Posts tagged as “Backend”

SAP Backend Integration Technologies Overview

0

Last update: 8. Mar 2024 This article summarizes the SAP backend integration technologies and shall be useful for all integration experts who start with SAP integration and other IT colleagues…

ABAP Outbound Proxy: Add Link to Business Object

0

It is very useful to create a relationship between a business object (e.g. Sales Order) and the corresponding XI/PI Message (ABAP Proxy Runtime). As the message(s) are connected with the…

ABAP Outbound Proxy: Set EOIO Queue

0

In order to use EOIO (Exactly-Once-In-Order), you have to pass the Queue ID to the class before calling the Outbound Proxy in your ABAP Program. It can be a static value like…

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…