cancel
Showing results for 
Search instead for 
Did you mean: 

Event Mesh for integration between S4 HANA and non SAP system

saumya_das
Explorer
0 Kudos
865

How to integrate the data flow between S4 HANA and non SAP system using event mesh? Is it possible to do so? We have a requirement to send the pricing conditions (full and delta load) from SAP S4 system to non SAP system.

View Entire Topic
Tobias_Griebe
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi saumya_das,

you can also integrate any kind of non SAP systems with Event Mesh, as long as they are supporting any of the exposed protocols: AMQP, MQTT or REST. More details can be found here: https://help.sap.com/viewer/bf82e6b26456494cbdd197057c09979f/Cloud/en-US/3f424ff1ae3b4bc084c4f1ea0be...

What works for most systems is the usage of the Event Mesh WebHook functionality to push incoming events to a REST endpoint exposed by your 3rd party system.

Another option would be to use an integration layer like SAP Cloud Integration (CPI) to connect SAP Event Mesh on side and your non SAP system on the other side. Getting started: here

Talking about full and delta loads, that is a different topic to look into in detail. Out-of-the box S/4 is currently only supporting notification events (minimal payload).

Best regards,
Tobias