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 ZTABLE data from PRD to DEV

former_member257859
Participant
0 Kudos

Is it possible to copy data from a ZTABLE in PRD to same table in DEV?

3 REPLIES 3

Former Member
0 Kudos

Hi,

This is possible Download the data to the local system in the prod server

Using GUI_Download Function Module.

Use the Downloaded File in DEV server to upload data using

GUI_UPLOAD Function Module.

This will solve the issue.

regards,

gurpreet

Former Member
0 Kudos

DBAs and basis administrators have many tricks up their sleeves. I would first ask one of these if he or she could do this directly for you.

Rob

0 Kudos

Yes, we did that many times, create a transport in PRD with R3TR TABU <table> entry and maintain the keys, then release it and have it imported into DEV. You probably need "emergency" access in PRD for this.

Thomas