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: 

Transport Specifiec Records of Z Table

Former Member
0 Kudos

Date : 29-Jan-2005

Dear Group,

How to transport SPECIFIC RECORDS

(and not all records)

of a Z Table.

(somewhat similar to what happens in customization)

Whenever we add a record in our Z Table,

the system should ask for transport request.

Similarly when we Modify a record in our Z Table,

the system should ask for transport request.

Is it possible?

Regards,

Amit Mittal

1 ACCEPTED SOLUTION

Former Member
0 Kudos

There are two ways of achieving what you want.

1. Enable the table maintenance using the transaction se11. set the “Table maintenance allowed” check box to X, set the Delivery class to “C”, this should allow the user to be asked for a customizing request number every time a new entry is made into the table using the transaction SM30.

2. Alternatively. You could go to transaction SE01 (Customizing requests) create a new request/ select the request that you want to add the table data to,

a. Select the sub task and goto display list (SHIFT+F11) or chose the menu path Request/Task->Object List->Display Object List.

b. Select the change option Object List->Display <-> Change option

c. Select Edit->New Entries

d. Enter the following values for

i. PgmID = R3TR

ii. Obj = TABU

iii. Object nam = “Table name”

e. Having done this you’ll probably get a warning/pop-up saying you only be able to save your request once you have maintained the key values for you table. Accept the popup.

f. Double click on the table name, you go to the change key list screen, alternatively you could click on the Goto->Key List menu item.

g. On this screen Add a new line and this will give you the table name and another column titled Key./

h. Double clicking on the Key column will take you to another screen where you can enter values for the specified primary keys of the table.

i. Save these values and save the and lock the entries from the Object->Lock menu option in the display object list screen.

Regards,

Aniruddha

1 REPLY 1

Former Member
0 Kudos

There are two ways of achieving what you want.

1. Enable the table maintenance using the transaction se11. set the “Table maintenance allowed” check box to X, set the Delivery class to “C”, this should allow the user to be asked for a customizing request number every time a new entry is made into the table using the transaction SM30.

2. Alternatively. You could go to transaction SE01 (Customizing requests) create a new request/ select the request that you want to add the table data to,

a. Select the sub task and goto display list (SHIFT+F11) or chose the menu path Request/Task->Object List->Display Object List.

b. Select the change option Object List->Display <-> Change option

c. Select Edit->New Entries

d. Enter the following values for

i. PgmID = R3TR

ii. Obj = TABU

iii. Object nam = “Table name”

e. Having done this you’ll probably get a warning/pop-up saying you only be able to save your request once you have maintained the key values for you table. Accept the popup.

f. Double click on the table name, you go to the change key list screen, alternatively you could click on the Goto->Key List menu item.

g. On this screen Add a new line and this will give you the table name and another column titled Key./

h. Double clicking on the Key column will take you to another screen where you can enter values for the specified primary keys of the table.

i. Save these values and save the and lock the entries from the Object->Lock menu option in the display object list screen.

Regards,

Aniruddha