cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any way to receive data which SAP pushes to external applications.

Former Member
0 Kudos

Hi All,

Can SAP send data to external applications(probably to a port) which can be consumed by that application. As a part of MDM project(not SAP's), I have to synchronize data changes sent from SAP system into a central Hub.

I am aware that data can be sent by calling a web service defined on BAPI/RPC. But I want to listen to SAP system which is capable to pushing data by itself(if possible) so that I can keep listening to a queue/port rather than using web service call.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This is possible in XI systems using Java Proxy. Proxy has a method which is triggered by the ABAP stack and it can send or consume message to external system using webservice or socket API

regards

Vivek Nidhi.

Answers (0)