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: 

copy data in a table from one one sap system to other

Former Member
0 Kudos

Hi Experts,

I need to copy the data in tables T880, T9ACW, T9AGZ from one sap system to other.

Which is the most effective method other than transporting the contents?

Could we write a program or RFC or something for this?

Please let me know your comments.

Points will be given to all the helpful answers.

Thank you,

Nobin.

4 REPLIES 4

Former Member
0 Kudos

Can you transport orders between two systems? Maybe this is one easy solution.

0 Kudos

Hi ,

I need a solution other than transporting the contents from one system to other, using program or something.

Thank you,

Nobin.

uwe_schieferstein
Active Contributor
0 Kudos

Hello Nobin

You may give a try to fm TABLE_ENTRIES_GET_VIA_RFC.

If you can read all required entries and the are retrieved in the expected format then write a simple ABAP report to copy the records from the remote system and paste them into your local DB table.

Regards

Uwe

Former Member
0 Kudos

Hi,

You can write a RFC FM to read the data from another SAP system.

For more details of RFC you can go through the link ,

[RFC Step by Step|https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action?pageId=39728]

And call this FM from you report program.

reward if it helps you.

regards,

mahantesh