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: 

transporting a table with its contents

Former Member
0 Kudos

how do i transport a table together with its contents

6 REPLIES 6

Former Member
0 Kudos

Hi,

You have to set the class type of the table to 'C' - Customizing.

Regards, Joerg

0 Kudos

if not 'c' type

Here is the link which explains you clearly with the screen shot

http://searchsap.techtarget.com/tip/0,289483,sid21_gci1240876,00.html

hymavathi_oruganti
Active Contributor
0 Kudos

to transport the contents of a table to another server or another client of the same server, we have to use ALE technology

abdulazeez12
Active Contributor
0 Kudos

Hi

Assign a transport request to your table..

Go to transaction SE16, select your table entries and go to Table entry -> Transport --> Assign the same request..

Regards

Shakir

gopi_narendra
Active Contributor
0 Kudos

If you have created the maintenance view for the table. then go to SM30 and give the table name and press Maintain

now under the menu path

TableView --> Transport

Thsi prompts for a transport request.

Regards

Gopi

former_member491305
Active Contributor
0 Kudos

Hi,

Go to SE09.And press "Create" button and check "Transport of Copies" Radio button and Press Enter.Give Description for the request and press enter .One request no will be generated .Just Double click on that request no,after that press 'Change ' (PENCIL Button) .Then in the table control,Type Program ID as "R3TR" and Object type as "TABU" and Object Name should be your Ztable name.Press ENTER and then Click on the 'Object with KEys' button n the table control and in OBJECT Tab give Table Key as "*". and in "Properties" tab give the target system name(u can use F4 hel to identify the target system to which this content to be transported).and SAVE it.

NOTE :Your Table shoul have Delivery Class as C (Customizing table, maintenance only by cust., not SAP import)