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

data transport

Former Member
0 Likes
864

HI ,

I have created new entries in one of my Z table in development client. Now I want to transport these enteries in test client. How shud I do it?

Regards

Saurabh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
839

Go to SE10.

Click on the 'Create' icon.

Select 'Workbench Request'(assuming your table is not customizing table).

Enter description and click 'Save'.

Put cursor on the task (lower number of the two) and in menu, 'Request/task>Change Type>Development/correction'.

With cursor on the task(lower number), click 'Object List' icon on the toolbar.

Once in, you need to toggle to 'Change' mode using the pencil icon.

Then click on 'New Entries'. Now add the R3TR, TABU, <ZTAB> in the first row.

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).

Click on 'Key fields' button and it will now allow you to enter the values for each key field.

kishan negi

6 REPLIES 6
Read only

Former Member
0 Likes
840

Go to SE10.

Click on the 'Create' icon.

Select 'Workbench Request'(assuming your table is not customizing table).

Enter description and click 'Save'.

Put cursor on the task (lower number of the two) and in menu, 'Request/task>Change Type>Development/correction'.

With cursor on the task(lower number), click 'Object List' icon on the toolbar.

Once in, you need to toggle to 'Change' mode using the pencil icon.

Then click on 'New Entries'. Now add the R3TR, TABU, <ZTAB> in the first row.

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).

Click on 'Key fields' button and it will now allow you to enter the values for each key field.

kishan negi

Read only

Former Member
0 Likes
839

Hi,

If you have table maintenance created for the ztable..

Then goto SE11..in the menu..UTILITIES -> TABLE MAINTENANCE GENERATOR..

Select the radio button "Standard recoding routine".

Save..

Now to go SM30..

Give the table name..

Then press maintain button..

In the menu..Choose ..table view -> transport..

Now the include the rows in the CR..

THanks,

Naren

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
839

Hi,

another solution also..

U might have assigned the table to the Local Package..($TMP).

Change the package and ive the package created by you...

It will ask fr the request to create..

create the requst and then one number will be generated..

Provide the number to ur BASIS person..

He will transport the request to ur test server...

U can carry on with the changes and all. in ur test server..

Cheers,

Simha.

Read only

Former Member
0 Likes
839

Hi,

Save the entries in a transport request adn release it.

Ask your basis team to transport it to the clients where you want the data to be transported.

Otherwise, insert entries to the table in your system's gold client. When you save the entries it will ask for a request. After saving, release the request and get it transported to all the clients.

Regards

Subramanian

Read only

p291102
Active Contributor
0 Likes
839

Hi,

While transporting the z table the entries will not be there. Only the structure of the table will be there because of the change of the MANDT - CLIENT .

So after transporting the pearticular table u have to create the new entries as u had done by in the development client.

Thanks.

Shankar

Read only

Former Member
0 Likes
839

Thakns to all who answered.