Understanding Example Integration Flows
Example integration flows help you quickly grasp key integration concepts. These flows are simple, easy to set up, and executable in a short time.
Accessing Integration Packages
The example integration flows are available in dedicated integration packages on SAP Business Accelerator Hub. These packages contain all the necessary components. To use them, you must:
- Copy the Integration Package
- Deploy Integration Flows
For detailed steps, refer to Copying the Integration package and Deploying the Integration Flows.
Using an HTTP Client as the Sender Component
Many integration flows are triggered via HTTP calls. You can use any HTTP client, such as SAP Business Application Studio or third-party tools such as Postman or Insomnia, to execute these flows.
To simplify execution, Postman collections are provided, allowing you to send HTTP requests with minimal effort. These collections are included in the integration packages. They contain sets of pre-configured example content, which can be used to test integration flows.
Note
Using the Generic Receiver
To streamline integration testing, a Generic Receiver is provided. This eliminates the need for configuring an actual receiver system.
How the Generic Receiver Works
- It is implemented as a separate integration flow called Generic Receiver.
- It logs each incoming request by creating a data store entry.
- Each integration package includes its own Generic Receiver flow with a unique package-specific address.
Prerequisite for Running Example Integration Flows
Before running an example integration flow, you must first deploy the Generic Receiver integration flow from the same package.
OData Calls to an External Component
Some integration flows retrieve data from an external Webshop application for training and demonstration purposes.
Summary
Example integration flows help users understand key integration concepts through simple, easy-to-execute scenarios. These flows are available in SAP Business Accelerator Hub within dedicated integration packages, which must be copied and deployed before use.
Many flows are triggered via HTTP calls, and Postman collections are provided to simplify execution. A Generic Receiver integration flow is included to eliminate the need for configuring a receiver system. Some flows also interact with an external Webshop application for training purposes.


























































