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: 

How to add table data in transport request

Former Member
0 Kudos

The table structure has already been transported. Now i want to transfer all the data in the table into a transport request. I went to SE10 chose include objects.

I chose program id R3TR then object type TABU and also the right table name. Then I click on Key and put in the key for the table. The table has only 3 fields

MANDT

COUNTRY - Key (CHAR 2)

CALENDAR

but if I put in a the value from the country data eg. NL for Netherlands, and click enter, it gives me and error Request/task RD1K918496 (myuserid) is assigned to a different client.

Am I doing something wrong? I know i m on the right client. This is the same development client from which I transport my programs

2 REPLIES 2

Former Member
0 Kudos

Hi

In the transport request add an entry

R3TR - TABU - <tablename>

chose program id R3TR then object type TABU and also the right table name. Then click on Key

and put * (star) in the next screen so that all the data in the table has been selected and SAVE .

so that the table entries are included in the request

Transport this and see

Regards

Anji

Former Member
0 Kudos

Hi,

Can you tell details about transport you are using RD1K918496?

Please check that it is an open transport request assigned to you.

For Transporting the table data to different systems with transport request

Create a workbench transport request in se09 and double click on it, system opens request/task screen , go to objects tab add program id as 'R3TR' object type as 'TABU' object name as table name (ex: ZTABLE) and click on the function button , put '*' in table keys and save the request.

now transport this request , table entries will be transported to respective systems .

ashish

Message was edited by:

Ashish Gundawar