Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Push the outbound data using OData service without a GET request from External System

I've requirement to push the outbound data, without a GET request from the External system.

Idea is to send/push the outbound data from SAP only when the document is created in SAP.

We are looking for an option to trigger this GET request internally within the source system, when the document is created, so that the outbound data is pushed out. Any solution for the problem statement please?

  • SAP Managed Tags:
1 REPLY 1

CarlosRoggan
Product and Topic Expert
Product and Topic Expert

Hi,

sounds like a classical Eventing / Messaging scenario:
Whenever a document is created, an event is sent to a messaging broker.
Interested subscribed components can then react and read the event payload.
https://api.sap.com/package/SAPS4HANACloudBusinessEvents?section=Artifacts

https://help.sap.com/viewer/bf82e6b26456494cbdd197057c09979f/Cloud/en-US/df532e8735eb4322b00bfc7e42f...

  • SAP Managed Tags: