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: 

copying a table to onother server

Former Member
0 Kudos

are there utilities to copy objects to disk eg copyng a table to disk and installing it on onother server. whats the limit

2 REPLIES 2

JozsefSzikszai
Active Contributor
0 Kudos

hi mathias,

save all objects you need into a transport, release it and ask basis to copy it to the other server and import inot the other SAP system

hope this helps

ec

Former Member
0 Kudos

<b> to transport data of a SAP table. </b>

Go to transaction SE16, select your entries and go to Table entry -> Transport entries. It's only possible for some tables...

If you cannot do it that way, you have to create a Workbench transport order with transaction SE10. When created, click on it, go in menu Request/task -> Object list -> Display object list.

Go in modification mode and add a new line with:

PgmID = R3TR

Obj = TABU

Object name = Name of your table

Double-click on the created line and, depending on your need, put '*' in the key field or double-click on it and select the key you need to transport.

regards,

srinivas

<b>*reward for useful answers*</b>