Press "Enter" to skip to content

Posts published in “Interface Modeling”

SAP Middleware comparison: CPI vs. PO

0

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…

WHINT Interface Monitoring: Concierge Service for SAP

1

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…

ABAP Inbound Proxy: Inside-Out vs. Outside-In

0

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…

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…

Usage Dependencies in Software Components

0

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…