‎2007 Jun 25 2:20 PM
Hi,
I have to transport a Z table to another client ,with that I need to transport the Content in that particular Z tables as well.
Can someone tell me how to do that?
Thanks,
Supriya Manik.
‎2007 Jun 25 2:24 PM
Hi
You have to add all the table related Object types into that requests
(different object types are TABL,TABU,TABD etc)
double click on the request from Se09 or Se10
change
now add the new entries
R3TR-TABU-<table Name> then click on the Function Key
next screen enter * (means all the table data to be included)
save
and come out
release the request and transport
Reward points for useful Answers
Regards
Anji
‎2007 Jun 25 2:22 PM
Hello,
If u want to transport the content of the table remove th <b>mandt</b> field from the table.
Vasanth
‎2007 Jun 25 2:24 PM
Hi
You have to add all the table related Object types into that requests
(different object types are TABL,TABU,TABD etc)
double click on the request from Se09 or Se10
change
now add the new entries
R3TR-TABU-<table Name> then click on the Function Key
next screen enter * (means all the table data to be included)
save
and come out
release the request and transport
Reward points for useful Answers
Regards
Anji
‎2007 Jun 25 2:29 PM
Hi Anji,
How do we add the Table Related Objects to the Request?
Could you tell me how to do that?
Thanks,
Sirisha Matta.
‎2007 Jun 25 2:59 PM
Hi,
in your request create a new line and enter
Program ID -> R3TR
Object Type -> TABU
Object Name -> your table name.
You 'll notice in the function column will appera a key icon press it and in the table fields enter * .
Save your request.
Kostas
‎2007 Jun 25 3:37 PM
hi,
Create a request for Domains ,Dataelements and Table definition along with table contents.
R3TR DOMA <Domain Name>
R3TR DTEL <Data Element>
R3TR TABL <Table Name>
R3TR TABU <Table Name> (For Table Entries)
For R3TR TABU <Table Name>, double click on the entry and then specify * in the key, so that the all the entries from table are considered for transport.
assuming your table definition is there is target system/ client . To transport the entries of a table ( not the table definition ) goto tcode SE01.
Click on create button, select transport of copies .
Give a description and target system . This will create a transport request for you . Now display this transport in SE01 . Click on Object list . Here add new entries. In the table control form you have the option to enter R3TR TABU <YOUR_TABLENAME>. Then there will be a key button on this new added row. Click on that and put "*" .
Note - Depending on your SAP version the screen flow may be a little different .
‎2007 Jun 25 3:43 PM