Last update: 28. May 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…
Posts tagged as “Backend”
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…
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…
Functionality This solution enables you to push data via an ABAP structure to a Webhook using JSON. Prerequisites Works with any SAP ABAP Based system (Basis 6.10 and higher) You install the…
This article shows how to integrate any SAP ABAP system with MailChimp through elastic.io using a solution of Whitepaper InterfaceDesign, the WHINT Webhook JSON Connector. Our Partner elastic.io is an…
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…