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

Table with Data

Former Member
0 Likes
1,352

Hi

I have a Z Table in the DEV System with some data on it !

We are planning to move this Table from the DEV system to our New System which is not in our original Landscape(through Tranpsort Request Importing).

For that, I am planning to put this table in New Transport Request.

But this table has some Data in it. When i move this Table to the Request, do the data also get into the transport Request ?

Thanks

12 REPLIES 12
Read only

Former Member
0 Likes
1,305

No, data will not get into the request.

Read only

Former Member
0 Likes
1,305

No, when you transport only table definition data is not transported - it is a development object. To transport data you must add records to transport request.

Read only

0 Likes
1,305

Tomasz , I am not clear with your point ! Please explain again !

Read only

Former Member
0 Likes
1,305

Data will not get transported!!!!

To transport the data chk this blog

/people/community.user/blog/2007/01/07/transport-table-entries

Read only

0 Likes
1,305

What type of Transport Request should i choose ?

1. Workbench Type

2. Tranpsort of copies(Default)

3. relocation of objects w/o w package change

Thanks

Read only

0 Likes
1,305

It will be WORKBENCH transport request u will create

Read only

0 Likes
1,305

Are you sure ? Since I am not creating a new Table and moving an exiting Table !

Read only

0 Likes
1,305

I am on 4.6C and i have the option Transportable request , I guess you are on ECC and you have only 3 options mentioned by you

Try with <b>Workbench Request</b>

Read only

0 Likes
1,305

i am in 4.7

Read only

0 Likes
1,305

Is your table present in teh NEW SERVER...

Anyways create the rquest in WORKBENCH

Read only

Former Member
0 Likes
1,305

Hi Jack,

the data for ur Z Table will not be available in the same request.....when the z table is moved to another system.

hence..the data has to be transported to another request...

i hope this is useful to u......

reward points if helpful..

Thanks

Ginni

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,305

In your transport request you will get the "definition" of the table, you will have to manually include the data by opening the request (SE01) and adding a record :

a. Create a transport request or use the same

b. Start the editor in the transport request and enter the following:

R3TR TABU <table name>

c. Press F2 with the cursor on the table name to call up the screen for specifying the table

entries to transport. In this screen, enter the client MANDT and a *

d. Save and release the transport request. Ensure that it is imported into your production

system(s).

Regards