“Where is my data?” “Did the interface run?” “There is no IDoc in SAP!” “Can you check if you received the files?” Does this sound familiar? We should all agree…
Posts published in “Interface Modeling”
There are some blog posts existing about comparing SAP´s Middleware Solutions from an architectural perspective: On-Premise: SAP Process Orchestration (PO), with SAP PI, SAP BPM, SAP BRM Cloud: SAP Cloud…
Last Update: 01.2024 This is an overview of useful and commonly used (dynamic) variables and runtime parameters of SAP Cloud Platform Integration (f.k.a. SAP HCI) based on Apache Camel´s expression language.…
We have developed a standard SAP Training about managing inbound interfaces (ABAP Proxies) in SAP S/4HANA and SAP Business Suite (ERP, CRM, …): WIFMS4. You learn how to implement a robust error handling…
WHINT® Interface Monitoring is a consulting service to pro-actively monitor your SAP interface landscape. We generate daily snapshots (if you wish more often) of your SAP middleware and backend systems and…
Looking for standard SAP interfaces? There is a lot of interfaces and integration content available which you can use for your implementation project using SAP Process Orchestration (SAP PRO) /…
Implementing ABAP proxies is quite simple. You generate the ABAP classes via SPROXY (which connects to your ESR) and implement the code. Regarding the Service Interface Design and Implementation you…
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…
There is a useful functionality to reuse objects from one software component in another one. You can define this usage dependency in SLD or in ESR (software dependencies & underlying…
In case you want to track your HTTP requests (e.g. to SOAP / HTTP / REST receivers), the SAP Plain Adapter Engine might offer a nice surprise to you. You…