SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Design and Deploy Your First Integration Flow

Design an integration flow to integrate an online webshop that exposes data via OData service and fetch the product details.

Overview

🎓 beginner 40 min. SAP Integration SuiteBeginnerSAP Business Technology PlatformSAP BTP Cloud Foundry Environment

You will learn

  • โœ”How to design and deploy an integration flow using the web-based integration flow designer
  • โœ”How to design an integration flow to fetch data from an online web shop that is available as an OData service ### Create an integration package and integration flow 1. Choose Design > Integrations and APIs > Create to create an integration package. >An integration flow must be associated with an integration package. In the Header tab, provide a Name and Short Description for your integration package. >The Technical Name gets populated automatically based on the name that you provide. Choose Save and then choose Artifacts to navigate to the artifacts tab. In this tab, you will create your first integration flow.
    Provide package details and navigate to artifacts
    Provide package details and navigate to artifacts
    2. Choose Add > Integration Flow.
    Add integration flow artifact
    Add integration flow artifact
    Enter a Name for the integration flow and choose Add and Open in Editor.
    Enter integration flow details and confirm
    Enter integration flow details and confirm
    3. Choose Edit to start editing the integration flow. Choose Restore at the bottom right corner to bring up the Property Sheet. Property sheet is the place where you define the parameters for every step in the integration flow.
    Start editing the integration flow
    Start editing the integration flow
Melanie Cueppers M Melanie Cueppers March 3, 2026
Created by December 10, 2024
Contributors

Prerequisites

Prerequisites

Steps

Step 1 Connect sender channel with HTTPS adapter
โ€”

In this step, you define your sender channel and sender adapter. In this case, we use a HTTPS sender adapter.

  1. Choose the Sender step. Create the sender channel by clicking the arrow icon on Sender and dragging it to the Start step.

    Create the sender channel
    Create the sender channel

  2. In the Adapter Type prompt, select the HTTPS adapter.

    Select HTTPS adapter
    Select HTTPS adapter

  3. In the property sheet, select the Connection tab. In the Address field, enter /products/details.

    Optionally, you can enter any value of your choice, but ensure that you use "/" symbol before specifying the endpoint name. Deselect the CSRF Protected checkbox (this will be selected by default).

    Configure HTTPS connection
    Configure HTTPS connection

Step 2 Add JSON to XML converter
+
Step 3 Add and configure content modifier
+
Step 4 Add request reply step
+
Step 5 Connect request reply to receiver
+
Step 6 Deploy the integration flow
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 6
1. Connect sender channel with HTTPS adapter 2. Add JSON to XML converter 3. Add and configure content modifier 4. Add request reply step 5. Connect request reply to receiver 6. Deploy the integration flow

Learn more →