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

Z Table Content

Former Member
0 Likes
1,460

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,129

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

6 REPLIES 6
Read only

Former Member
0 Likes
1,129

Hello,

If u want to transport the content of the table remove th <b>mandt</b> field from the table.

Vasanth

Read only

Former Member
0 Likes
1,130

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

Read only

Former Member
0 Likes
1,129

Hi Anji,

How do we add the Table Related Objects to the Request?

Could you tell me how to do that?

Thanks,

Sirisha Matta.

Read only

0 Likes
1,129

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

Read only

Former Member
0 Likes
1,129

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 .

Read only

Former Member
0 Likes
1,129

check the below links also for further info....

~~Guduri