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: 

transfer data in the Ztable from one client to another client in a same ser

Former Member
0 Kudos

Hi all,

How can i transfer or move data in the Ztable from one client to another client in a same server .

Thanks

Ajay

1 ACCEPTED SOLUTION

JozsefSzikszai
Active Contributor
0 Kudos

hi,

create a transport request (Workbench type) and add the following line into the transport request:

R3TR TABU name_of_table

save and doubleclick this line and enter the table keys for the required entries (if you need all antries: client and an asterisk will do).

When it is done save again, release the transport and ask basis to import into target client (or you can do on your own in SCC1 transaction)

hope this helps

ec

2 REPLIES 2

former_member585060
Active Contributor
0 Kudos

Use CLIENT-SPECIFIED

JozsefSzikszai
Active Contributor
0 Kudos

hi,

create a transport request (Workbench type) and add the following line into the transport request:

R3TR TABU name_of_table

save and doubleclick this line and enter the table keys for the required entries (if you need all antries: client and an asterisk will do).

When it is done save again, release the transport and ask basis to import into target client (or you can do on your own in SCC1 transaction)

hope this helps

ec