cancel
Showing results for 
Search instead for 
Did you mean: 

Send changes from SAP

Former Member
0 Kudos

Hi,

I am working on a SOAP to RFC synchronous senario where the 3rd party system sends a request and gets a response back from SAP using RFC(receiver) and SOAP(sender) and the data is displayed on the 3rd party system.This approach is done only once, but if there are any changes in SAP after this how can we send only the chaged records to the 3rd part system.If we send the request every time in intervals all the data will be pulled from SAP, which will be a performance impact.Is there any way we can capture only the changed records?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

nabendu_sen
Active Contributor
0 Kudos

It is better to create a new Asynchronous interface between SAP and SOAP. Whenever any data gets changed within SAP, this would be triggered and update 3rd party.

Thanks,

Nabendu.

Former Member
0 Kudos

How can I capture only the changes in SAP, is this through IDOC's or is there any other method to capture the changes?

Former Member
0 Kudos

Check the delta methods available-

http://wiki.sdn.sap.com/wiki/display/BOBJ/DeltaLoadImplementation

Former Member
0 Kudos

Any response appreciated, thanks

Former Member
0 Kudos

is it a standard RFC you are calling. check if theres a IDoc for this purpose and can change pointer be used