Press "Enter" to skip to content

Posts tagged as “ABAP Proxy”

How to design ABAP Proxies without ESR (using MDR)

0

Without SAP Process Orchestration or SAP PI we also have no ESR (Enterprise Service Repository) to model/design our Service Interfaces (and generate ABAP Proxies from ESR). However, it makes a…

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 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…