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

Copy table contents between separated systems

Former Member
0 Likes
718

Hi!

We have 3 different ECC6 SAP systems, on physically separated computers: DEV, TST and PRD.

I would like to update some of the ZTABLE's content from the productive PRD system to the test TST system.

Is there a standard solution for this?

Thank you

Tamá

Hi!

We have 3 different ECC6 SAP systems, on physically separated computers: DEV, TST and PRD.

I would like to update some of the ZTABLE's content from the productive PRD system to the test TST system.

Is there a standard solution for this?

Thank you

Tamá

3 REPLIES 3
Read only

ThomasZloch
Active Contributor
0 Likes
638

You could create a transport in PRD for the table entries and have that imported in DEV and TST, against the normal flow.

Thomas

Read only

Varamanoj
Participant
0 Likes
638

Hi,

You can adjust table entries using SM30 like below way.

<copy/pasted passage removed by moderator>

Best Regards

Manoj

Moderator message: please do no copy/paste without listing the source!

http://help.sap.com/saphelp_sm32/helpdata/en/67/86b1ef415811d1893d0000e8323c4f/content.htm

Edited by: Thomas Zloch on Aug 16, 2011 2:20 PM

Read only

Former Member
0 Likes
638

I normally use FM RFC_READ_TABLE for this. There are plenty of discussions in the forum about using it.

Rob