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: 

HI - regarding with the transportation of tables

Former Member
0 Kudos

Hi ,

can any body help me out , how to transport the tables from one server to other , and also help me , is it possible to transfer the data also .

regards ,

jhansi .

5 REPLIES 5

venkat_o
Active Contributor
0 Kudos

Hi Jhansi, 1. To transport tables from Dev server to TST or PRD(production), when you are creating table, save your table under one Transport request number. 2. If you want to transport data also along with table, in the table attributes we need to set Delivery class.If you set delivery class C, G, E, S: The data records of the table are copied to the target client. I hope that it helps you. Regards, Venkat.O

Former Member
0 Kudos

you can transport the table entries from one server to another.

Transporting Table entries from one server to another

By Suresh Kumar Parvathaneni

Scenario: In this scenario, we would try to transport the table entries of table SCARR.

Go to transaction SE10. Click on Create.

Following pop-up appears. Select Workbench request. (If the table is customizing table, then select customizing request)

Provide a short description to the request.

The request is displayed as shown below

Now double-click on the request,

Go to change mode, and enter the following details:

Now click on the key button available under the name u201CFunctionu201D (As shown in the screenshot above). Following screen appears. Double-click on the first empty line.

Here we can provide the entries that we would need to transport. For our demo purpose, we are transporting all the entries in SCARR belonging to client 800.

Press Enter. Screen would look as follows:

Now you can check for the entries that would be transported as per the given condition, by clicking on the table button highlighted in the screenshot above.

Select the third radio button u201CTable contents specified by current keyu201D.

Following entries would appear:

Click on Save. A warning message would appear.

SAP issues a warning message when an application table is used. Following is the SAP help that would appear when we click on the message:

Former Member
0 Kudos

Hi,

http://www.saptechnical.com/Tips/Basis/Transport/TableEntries.htm

Regards,

Manish

Edited by: MANISH GUPTA on Sep 9, 2008 6:46 AM

naveen_inuganti2
Active Contributor
0 Kudos

Hi...

Do you want to transport table with entries..?

If so.. follow this steps...

1. Create a Transport Request in SE01. 
2. Display Transport Request 
3. Place the cursor on the Transport Request 
4. menu=>Request/task=>Object list=>display object list=>change=>Add new rows=> 
5. Here give program ID as R3TR, 
6. objects as TABU and object name as your table name. 
7. Press enter. 
8. U may get a message. Just close it and double click on the table name. 
9. In the Next screen press insert icon. 
10. Here u can specify the Key(Table key values) If u want to transport specific entries.

And..,

If u want all entries to be transported then simply give * and save the Transport Request.

Now if release this Transport Request it will transport all table contents to the higher system.

Thanks,

Naveen Inuganti

Former Member
0 Kudos

To transport table, it will automatically ask to create TP while saving. Otherwise create a TP with the following details.

Program ID - R3TR

Object Type - TABL

Object name: Give table name

To transport table contents

Program ID - R3TR

Object Type - TABU

Object name: Give table name

Click the icon in function & give '*' and save. It will transport all records

To do above thing create a work bench request in se01 or se10 and double click it and edit.

Regards

Sathar

Edited by: Sathar RA on Sep 9, 2008 6:55 AM