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 database table from one client to another

Former Member
0 Likes
4,146

Hi experts,

Some of database table values are deleted unfortunately.

How to copy the values from one client to another client.Is there any other way to do it.

thanks in advance

2 REPLIES 2
Read only

Former Member
3,104

Hi venkat,

https://archive.sap.com/discussions/thread/121904

please check this link may use ful.

Thanks,

Santhosh R

Read only

JackGraus
Active Contributor
3,104
  • When it is a configuration table the data can be transferred into a transport request using the corresponding configuration transaction. For most configuration a selection on data is possible. When the source and destination clients are not part of a transport route then it is possible to copy the transport file manually to the destination client and import.
  • When it is not a configuration table, but also for configuration tables, the table setting can be changed temporally to 'Customizing table' and 'Maintainable'. After that it is possible using transaction SE16N to make a selection on data and transfer the data into a transport request via the menu entry 'Table entry', 'Transport'.

Regards Jack