Skip to content

Commit 471d089

Browse files
authored
Merge pull request #215894 from spelluru/egridsap1025
subscribe SAP events
2 parents 9e62a91 + 1e600e6 commit 471d089

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

articles/event-grid/subscribe-to-partner-events.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Here's the list of partners and a link to submit a request to enable events flow
8282

8383
- [Auth0](auth0-how-to.md)
8484
- [Microsoft Graph API](subscribe-to-graph-api-events.md)
85+
- [SAP](subscribe-to-sap-events.md)
8586

8687

8788
## Activate a partner topic
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Azure Event Grid - Subscribe to SAP events
3+
description: This article explains how to subscribe to events published by SAP.
4+
ms.topic: how-to
5+
ms.date: 10/25/2022
6+
---
7+
8+
# Subscribe to events published by SAP
9+
This article describes steps to subscribe to events published by an SAP S/4HANA system.
10+
11+
## High-level steps
12+
13+
The common steps to subscribe to events published by any partner, including SAP, are described in [subscribe to partner events](subscribe-to-partner-events.md). For your quick reference, the steps are provided again here with the addition of a step to make sure that your SAP system has the required components. This article deals with steps 1 and 3.
14+
15+
1. [Ensure you meet all prerequisites](#prerequisites).
16+
1. Register the Event Grid resource provider with your Azure subscription.
17+
1. Authorize partner to create a partner topic in your resource group.
18+
1. [Enable SAP S/4HANA events to flow to a partner topic](#enable-events-to-flow-to-your-partner-topic).
19+
1. Activate partner topic so that your events start flowing to your partner topic.
20+
1. Subscribe to events.
21+
22+
## Prerequisites
23+
24+
Following are the prerequisites that your system needs to meet before attempting to configure your SAP system to send events to Azure Event Grid.
25+
26+
1. SAP S/4HANA system (on-premises) version 2020 or later.
27+
1. SAP's [Business Technology Platform](https://www.sap.com/products/technology-platform.html)(BTP).
28+
1. On the Business Technology Platform, [SAP Event Mesh](https://help.sap.com/docs/SAP_EM/bf82e6b26456494cbdd197057c09979f/df532e8735eb4322b00bfc7e42f84e8d.html) is enabled.
29+
30+
If you have any questions, contact us at <a href="mailto:[email protected]">[email protected]</a>
31+
32+
## Enable events to flow to your partner topic
33+
34+
SAP's capability to send events to Azure Event Grid is available through SAP's [beta program](https://influence.sap.com/sap/ino/#campaign/3314). Using this program, you can let SAP know about your desire to have your S4/HANA events available on Azure. You can find the SAP's announcement of this new feature [here](https://blogs.sap.com/2022/10/11/sap-event-mesh-event-bridge-to-microsoft-azure-to-go-beta/). Through SAP's Beta program, you'll be provided with the documentation on how to configure your SAP S4/HANA system to flow events to Event Grid. At at that point, you may proceed with the next step in the process described in the [High-level steps](#high-level-steps) section.
35+
36+
SAP's BETA program started in October 2022 and will last a couple of months. Thereafter, the feature will be released by SAP as a generally available (GA) capability. Event Grid's capability to receive events from a partner, like SAP, is already a GA feature.
37+
38+
If you have any questions, you can contact us at <a href="mailto:[email protected]">[email protected]</a>.
39+
40+
## Next steps
41+
See [subscribe to partner events](subscribe-to-partner-events.md).

articles/event-grid/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ items:
278278
href: onboard-partner.md
279279
- name: Subscribe to partner events
280280
href: subscribe-to-partner-events.md
281+
- name: Subscribe to SAP events
282+
href: subscribe-to-sap-events.md
281283
- name: Auth0
282284
items:
283285
- name: Subscribe to Auth0 events

0 commit comments

Comments
 (0)