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: 

Transport client dependent table and data

Former Member
0 Kudos

Hi,

How do you add a client dependent table and the entries inside to a transport?

Please help.

Thanks,

John

Edited by: Alvaro Tejada Galindo on Feb 20, 2008 4:33 PM

4 REPLIES 4

nivin_varkey
Active Participant
0 Kudos

Hi there!!!

go to Txn SE09, create a request type "Workbench Request".

1 . Go to the Sub task, select the 'Objects' Tab.

2. Enter the Program ID - R3TR

Object - TABU

Object Name - (Your Required Table Name)

3. Now Press the Function Button on the right, Enter the Table Key, which is nothing but the value of the primary key fields of row to be sent, typed as one.

eq. to send material number 1 from MARA in client 100, following would be the table key:

100000000000000000001

where first 3 characters are for the client

and the remaining 18 characters are for the material number.

Another simple method would be to-

1. execute Txn se16 and display the required Table Contents.

2. Select the rows to be sent, by selecting the check boxes corresponding to those rows, and then selecting the Menu Option

Menu->Table Entry -> Transport Entries.

3. Create a request.

the enties would be included in the request.

Hope This solves your Problem. <REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 20, 2008 4:34 PM

Former Member
0 Kudos

Hi John,

Check out the below related threads

Regards,

Santosh

0 Kudos

Hi Experts,

Is it possible to transport 'A' table entries programmatically?

I have tried it by calling the function module 'TR_REQUEST_CHOICE', but i am getting an error that "Request/task ECAK098099 is assigned to a different client".

Also i am not able to create transport object of type S because the table should have a maintenance view, Though my table has a string column, i can't create maintenance view.

I have tried the following link as well:

http://wiki.sdn.sap.com/wiki/display/ABAP/TransportingTableEntriesinABAP+programmatically

Please provide help.

Regards,

Anurag,

0 Kudos

Hi all,

the problem was coming because while constructing the ls_e071k-tabkey i forget to append current client

value.As soon as i append sy-mandt at the begining it works

.