cancel
Showing results for 
Search instead for 
Did you mean: 

How can I transport a Z table (Data) ???

former_member425121
Participant
0 Kudos

Hi

I need to transport a customer table (Z table) with data from one client to another client; how can I do this, how can i transport table records ???

Please help, its urgent !!!

Thanks

Frank

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can create a transport of copies .

Add following object to object list-

<b>R3TR TABU <YOUR_ZTABLE></b>.

In the key put "*" .

Release the transport and import this into the desired client / system with basis help.

Cheers.

Sanjay

former_member425121
Participant
0 Kudos

Hi Sanjay

I'm giving support to project implementation,

Hou can i add R3TR TABU to object list ???

How can i make the system ask me for a transport number ?

Thanks

Frank

Lakshmant1
Active Contributor
0 Kudos

Hi frank,

Try using report TH_TKANL

Thanks

Lakshman

Former Member
0 Kudos

Hi Frank,

Are you trying to transport table entries between two different systems or two different clients on the same system .

I am 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 .

Cheers.

jmoralescalvo
Explorer
0 Kudos

There is a faster way utilizing SE16.

Enter the table name, then in the data browser, enter the data filters and execute. When the screen shows the results, go to Table Entry -> Transport Entries and you will be able to create a new transport order with the data selected. The option is also available to include the data in a previously created transport order.

This way is faster than through the selection of objects on SE09 or SE10 since larger data sets can be selected instead of inputting them one by one.

Regards,

Jose

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks to sanjay!

Lakshmant1
Active Contributor
0 Kudos

Hi Frank,

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.

Thanks

Lakshman

Former Member
0 Kudos

jUST RUN THE STANDARD REPORT: RSCLCCOP

PLZ reward points if its the thing you askd for.

Former Member
0 Kudos

You have to run the report RSCLCCOP from destination client.

former_member425121
Participant
0 Kudos

I tried to run RSCLCCOP program, but it sends me an error 'Report RSCLCCOP can not be started directly, only batch scheduling'

Why ??

Thanks

Frank

Former Member
0 Kudos

Hi Frank

I think you should use the method of Sanjay.

Create an empty change request and insert the component:

R3TR/TABU/Z<TABLE>.

key = '*'

The only problem you could have is the system transports whole data of z<table> overwriting the data on destination client.

So this method is good if your table is empty in destination client.

Max

former_member425121
Participant
0 Kudos

Thanks for your responses

I really was 'outside of combat' because in my country

i was working all the night, but i did solve the problem.

Thanks a lot

Frank