When moving to SAP Integration Suite we have to configure SAP Cloud Connector to be able to access the SAP ABAP Backend systems (ECC, EWM, S/4HANA, etc.). This blog post…
Posts tagged as “Connectivity”
We often hear “we need a messaging broker to be able to decouple applications”. Moving away from Point-To-Point-Integration is really great to remove the dependencies between systems. But what does…
WHINT MessageTrigger Job now also supports the following, optional parameters: ReceiverParty (Virtual Receiver) ReceiverService (Virtual Receiver) SenderParty They can be used in addition to the mandatory parameter ScenarioSender which represents the…
Webhooks are simple APIs to push real-time information from one application to another. They are represented by HTTP-URLs which are used to catch events from (cloud) applications. The data format…
Imagine you need to read a file content from a remote application and you do not want to set up a replication? This scenario explains how to expose a CSV file…
Sync-Async Patterns with BPM on SAP NetWeaver Process Orchestration (PRO) are quite easy to implement. However, when you want to design the integration flow as lean as possible, this document might…
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…
Nice blog by Bruce Silver
This is about why we should not use flat files anymore: Integration across systems in the 1990´s looked like this: – Sender System runs export program in batch to produce…