Skip to Content

Set up SAP Cloud Application Event Hub

Requires Customer/Partner License
Learn to create an instance of SAP Cloud Application Event Hub (AEM), and get familiar with some of key parts of the product.
You will learn
  • How to create an instance of SAP Cloud Application Event Hub
  • How to access the SAP Cloud Application Event Hub
  • How to get around the UI
ajmaradiagaAntonio MaradiagaDecember 5, 2025
Created by
ajmaradiaga
December 4, 2025
Contributors
ajmaradiaga
rbrainey

Prerequisites

In this tutorial, we will setup SAP Cloud Application Event Hub, and access its UI.

  • Step 1
    1. Log in to your SAP BTP account and navigate to Services > Instances and Subscription. Choose the Create button.

      Create instance
    2. In the popup, select the service SAP Cloud Application Event Hub and select the plan standard.

      alt text
    3. Once the instance is created, it will be listed in our subscriptions.

      Create instance
  • Step 2
    1. Navigate to the Security > Users and select the user you want to assign the role to.
    2. Go to Users and select the user you want to assign roles to. Choose the button and then choose Assign Role Collection.
      Assign role collection
    3. In the Assign Role Collection popup, assign the following role:
      • Event Broker Integration Administrator
        Assign Event Broker Administrator role
    4. Choose Assign Role Collection button.

    Now the user has the required role to access the SAP Cloud Application Event Hub UI.

  • Step 3

    In order to enable eventing between SAP cloud systems, we need to create an Eventing Between SAP Cloud Systems formation. At the moment we will not enable the exchange of events but just create the formation with an instance of SAP Cloud Application Event Hub so that it is ready and then we can start adding systems later.

    1. Navigate to the Global account, and select Formations under the System Landscape section. Then, click on the Create Formation** button.
      Create formation
    2. Enter a name and select the formation type Eventing Between SAP Cloud Systems. Then, click on the Next Steps button.
      Formation details
    3. Now, select the instance of SAP Cloud Application Event Hub you created earlier. Then, click on the Next Steps button.
      Select Event Hub instance
    4. Finally, review the information and click on the Create button.

    A new formation will now be listed in the Formations section.

    New formation with Event Hub instance
  • Step 4

    Now we’ll access the SAP Cloud Application Event Hub UI and get familiar with the different sections available.

    Access service UI
    1. Navigate to the Services > Instances and Subscription.
    2. Select the instance of SAP Cloud Application Event Hub you created earlier.
    3. Click on the Go to Application button.
  • Step 5

    The first time you access the SAP Cloud Application Event Hub UI, you will have no subscriptions. In the screenshots below, we will show you what a fully configured SAP Cloud Application Event Hub instance looks like.

    Event Hub UI
    1. My Subscriptions: All active subscriptions will be listed here.
    2. All available subscriptions: Here you can see all the subscriptions available in the instance. In essence, any integration dependency that has been defined for all systems in the system landscape will be listed here.
    3. For each subscription, we will see the name of the subscription, the system publishing the events, the system subscribed to the events and the status of the subscription. When a subscription is active, events will be flowing from the publishing system to the subscribing system.
    Event Hub subscription

    In the Event Hub - basic concepts tutorial, we can get familiar with the basic concepts required to start using SAP Cloud Application Event Hub.

  • Step 6

    In this tutorial, we created an instance of SAP Cloud Application Event Hub and got familiar with its UI.

    To expand your learning, you might want to check out the links below and think about the open questions included in this section.

    • SAP Applications Using SAP Cloud Application Event Hub - link
    • Filtering SAP Event Subscriptions - link

    Things to Ponder

    1. If I need to disable a subscription temporarily, where would I do that in the UI?
    2. Can I apply filters to the events being sent to a subscribing system?
    3. Which SAP cloud applications are supported as event publishers?
Back to top