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 contents

Former Member
0 Likes
579

Hi,

A new Z table is created in the development sandbox system. The table contents needs to be moved to Test and production system along with the Z table. Does having the Delivery Class of the table as 'C' help this happen ?? Or is there any other method ??

Thanks.

5 REPLIES 5
Read only

Former Member
0 Likes
514

Hi ,

You can't move the table entries along with ur table .

All u hav to do is move the Object ( All the dev's r treated as objects ) only .

A change request evn doen't know whthere the chage is additon/deletion/modification.

Hope this helps.

rgds,

B

Read only

Former Member
0 Likes
514

Hi,

You can create a transport request which has an entry like:

R3TR TABU <your-table-name>.

The object-type "TABU" represents table contents.

Regards,

Naman

Read only

Former Member
0 Likes
514

Hi,

Program Id = R3TR

Object = TABU

Object name = Z table name

Enter the key field.

Regards,

Prabhu Rajesh.

Read only

Former Member
0 Likes
514

Hi,

Well you can certainly move the contents of your table on to production or test system. Although technically possible, its not a good practice.

You can move the contents my selecting the entry you want to move and then use the menu Table contents->Create transport request

This will lock it up in a transport request and when the request is imported into the target system the contents are moved as well.

Does it help?

Debasish

Read only

andreas_mann3
Active Contributor
0 Likes
514

Hi,

look the following links:

1)

2)

regards Andreas