Application Development and Automation 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: 
Read only

How to synchronize SAP table and external database table ?

Former Member
0 Likes
1,029

I have to synchronize a SAP table and a external database table. The SAP table has millions or billions of entries. It will cost a lot time to copy all records. I can build a table (A) to record all the key field copied, and then I will copy the records not in my table (A).

Now, the question comes. If one of the record change the non-key value, which has been copied. How can I found the changing ?

Can you have a better method to synchronize tables ?

Best regards,

Frank.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
629

hi,

check out with this...to synchronize tables

rdisp/bufrefmode

the above mentioned parameter is to be specified in OWN DATA of your system (PARAMETERS TAB).

[Check this link|http://help.sap.com/saphelp_sm32/helpdata/en/3d/ad5b8e4ebc11d182bf0000e829fbfe/content.htm]

Regards

Sharath

I have to synchronize a SAP table and a external database table. The SAP table has millions or billions of entries. It will cost a lot time to copy all records. I can build a table (A) to record all the key field copied, and then I will copy the records not in my table (A).

Now, the question comes. If one of the record change the non-key value, which has been copied. How can I found the changing ?

Can you have a better method to synchronize tables ?

Best regards,

Frank.

1 REPLY 1
Read only

Former Member
0 Likes
630

hi,

check out with this...to synchronize tables

rdisp/bufrefmode

the above mentioned parameter is to be specified in OWN DATA of your system (PARAMETERS TAB).

[Check this link|http://help.sap.com/saphelp_sm32/helpdata/en/3d/ad5b8e4ebc11d182bf0000e829fbfe/content.htm]

Regards

Sharath