Press "Enter" to skip to content

Posts published in “Methodology”

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…

How to use the results of WHINT Interface Catalog

2

The WHINT Interface Catalog for SAP Process Orchestration generates two Excel Documents to bring more transparency to your interface landscape. Here is how you can better understand the results: Channel Catalog…

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…

WHINT WebDAV Adapter (On-Premise)

0

Functionality This JCA Adapter for SAP Process Orchestration supports the WebDAV protocol (Web-based Distributed Authoring and Versioning) which is based on http(s) and allows read/write access to any WebDAV provider…

WHINT AMQP Adapter (On-Premise)

5

Please note that our AMQP adapter has been deprecated and replaced by WHINT Azure Service Bus Adapter for SAP Process Orchestration WHINT RabbitMQ Adapter for SAP Process Orchestration Functionality This…

WHINT Interface Catalog for SAP Process Orchestration

7

Functionality This solution provides you with an overview about your Integration Landscape: All information from your configuration of your SAP Process Orchestration System as well SAP Backend Systems. The tool…

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…