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

synchronize tables data between two systems

Former Member
0 Likes
1,655

Hello,

How to synchronize the tables data between two systems.

In P1 system I have table A and in P2 system I have table B. Both Table A and Table B are having same structure(only table names are diffrent).

Table A will be maintained in system P1 and I need to have same data in Table B in P2 system. How can I get this?

These tables are not customizing tables

Thank you!

Best Regards,

Sasidhar Reddy Matli.

4 REPLIES 4
Read only

Former Member
0 Likes
791

Use ALE-IDOCs

Regards

Vinod

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
791

I am floored by your suggestion. I hope the OP is as enlightened, if not more, than i am.

Read only

0 Likes
791

Hi suhas,

I though it was the real time synchronization between two systems. Correct me if the solution was wrong.

Regards

Vinod

Read only

former_member418469
Participant
0 Likes
791

hi

Store the data from Table A to a text file. Write a program in P2 system using GUI_UPLOAD to upload data from text file. Insert the data into table B using insert command.