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: 

Transporting a Z Table

Former Member
0 Kudos

Hai Friends,

Whenever i transport a Z Table by mistake i am missing some attributes in that. That is i will miss to activate the user-defined data elements or the table maintenance transaction.

Is there any option to activate a Z table on the whole in which all its components must come inside the request.

If so kindly explain me.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi vennila.

While creating you have to include the table and its related objects into a single request so that you wont miss anything.

Regards

Karthik D

5 REPLIES 5

Former Member
0 Kudos

hi vennila.

While creating you have to include the table and its related objects into a single request so that you wont miss anything.

Regards

Karthik D

Former Member
0 Kudos

Hi,

find out all the data elements and domains. Now identify where these data elements are stored. If the data elements are not activated, activate them. Now identify the transaction of the table maintenance.

Release all the requests and the table will execute properly.

Note : When ever you are creating a ztable see that all the data elements and t code for Table Maintenance are stored in one request and then release the request at a time.

Hope it will be helpful.

Regards,

Srinivas

Former Member
0 Kudos

Hi,

Activating the table and corresponding data elements and domains, repackage all the requests into one request including the all the corresponding objects.

Regards,

Raju.

Former Member
0 Kudos

If you miss to activate any data elements used in the Table.. it should give you an error when you activate the table.

As far as including all objects in a table such as table settings and documentation etc is concerned.. the best way is to change the 'Program ID' of the table in the transport request to R3TR using se09. This will include all settings related to the table in the request.

Former Member
0 Kudos

hai,

use t.code se14 to activate whole table..