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

How to transport Table data(Records) between cleints?

Former Member
0 Likes
875

Dear Abapers,

Please let me know How to transport Table data(Records) between cleints?

thanks in advance

Dear Abapers,

Please let me know How to transport Table data(Records) between cleints?

thanks in advance

4 REPLIES 4
Read only

Former Member
0 Likes
726

1. Goto SE01.

2. Click New and create a New Work Bench Request.

3. Then place the cursor on the TR and click on Display Object List ( Shift + F11 )

4. Enter PGMID as R3TR

5. Enter OBJ as TABU

6. Enter OBJECT NAME as Z<TABLE NAME>

7. Again in the menu, select 'Extras>Change object function>Key according to key list'.

Now go to the menu, 'Goto-->Key list'. In the subsequent screen, click on 'Insert line' icon(with a + sign).

For more information pls refer thread :

Read only

Former Member
0 Likes
726

Hi,

Simply go to tcode SCC1 and put your transport request number in the paramter field and press F8 then it will be transproted.

Thanks,

shyla

Read only

Former Member
0 Likes
726

Hi ramesh,

Just go to transaction <b>SM30</b> and then enter the table to be transported. Click on transport button, it will ask for the transport request. Create the request and then click on Ok BUTTON.

Next goto <b>SE01</b> and then release the corresponding transport request

Next logon to the target client. Then execute the transaction <b>SCC1</b>. Enter the request number, source client and then click on execute

regards,

sowmya

Read only

Former Member
0 Likes
726

Hi,

To do this, the delivery class of your table should be 'C'.

go to SE11, give your table name, then click change.

go to delivery and maintenance tab, and make the delivery class as C.

save and activate. Now when you try to add or change any entries through sm30, it should ask for a transport request.

Thanks

Pranati