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

Forward events from SAP Integration Suite, advanced event mesh to SAP Build Process Automation

Learn how you can configure forwarding events from SAP Integration Suite, advanced event mesh to SAP Build Process Automation tenant, so that you can later create processes that can be triggered by those events.

Overview

🎓 intermediate 30 min. SAP BuildIntermediateSAP Integration SuiteSAP Build Process AutomationSAP Business Technology Platform

You will learn

  • How to configure REST Delivery Points in SAP Integration Suite, advanced event mesh.
  • How to forward messages from a queue to a REST consumer.
Antonio Maradiaga A Antonio Maradiaga June 18, 2025
Created by May 20, 2025
Contributors

Prerequisites

Prerequisites

  • You have access to an SAP Integration Suite, advanced event mesh tenant and an SAP Integration Suite tenant.

Steps

Intro

Now that you are familiar with the SAP Integration Suite, advanced event mesh, how you can publish and subscribe to events, and how you can exchange messages using an event broker service, you will tackle a common business scenario: forwarding events to an application that exposes a REST endpoint. In this particular case, you will forward events to SAP Build Process Automation, so that you can trigger a business process in it. For example, you may want to forward the BusinessPartner created event from SAP S/4HANA Cloud.

There are scenarios where the target system/application can’t consume messages directly from an event broker but you still want these systems/applications to be part of our event-driven world and react to events as they are produced. Fortunately, some of these systems might expose APIs (REST endpoints) through which you can notify them of an event.

For these cases, you can leverage REST Delivery Points to forward messages from a queue to that system. For example, the integration you are about to configure between SAP S/4HANA Cloud and SAP Build Process Automation goes through an event broker service in SAP Integration Suite, advanced event mesh. In AEM, you end up configuring a REST Delivery Point to forward the events received and start a process in SAP Build Process Automation.

You can check out this SAP Tech Bytes: SAP S/4HANA Cloud + SAP Integration Suite, AEM + SAP Build Process Automation.

By the end of this tutorial, you will achieve a communication scenario like the one below.

Different objects configured for a REST Delivery Point
Different objects configured for a REST Delivery Point

Step 1 Create a service key for the SAP Build Process Automation instance

SAP Integration Suite, advanced event mesh will be forwarding events to SAP Build Process Automation. In order to configure the secure connection between these services, you will need to create a service key for SAP Build Process Automation, which will be used by AEM to connect and deliver the event to SAP Build Process Automation service.

  1. In the SAP BTP cockpit, go to Instances and Subscriptions.

    Under Instances, choose the 3 dots next to the SAP Build Process Automation instance, for example, spa-service in the screenshot below, and select

    Create Service Key
    Create Service Key

  2. In the dialog, give the key a name, for example, spa-key.

    Key name
    Key name

    Choose Create

  3. After the key is created (it will take about half a minute), choose the 3 dots next to the key and download the key.

    Key name
    Key name

    Keep it in a safe place. You will need it later in the tutorial.

Step 2 REST Delivery Points (RDP)
+
Step 3 Create a REST Delivery Point
+
Step 4 Configure the REST consumer
+
Step 5 Configure Queue binding
+
Step 6 Configure Request Headers
+
Step 7 Enable the REST Consumer and RDP
+
Step 8 Trigger processes in SAP Build Process Automation
+
Step 9 Summary
+
Step 10 Further study
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 10
1. Create a service key for the SAP Build Process Automation instance 2. REST Delivery Points (RDP) 3. Create a REST Delivery Point 4. Configure the REST consumer 5. Configure Queue binding 6. Configure Request Headers 7. Enable the REST Consumer and RDP 8. Trigger processes in SAP Build Process Automation 9. Summary 10. Further study

Learn more →