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: 

Z Table maintainence

Former Member
0 Kudos

Hi,

I have to create a Z table such that whenever we create an entry in the Z table, it asks for the customising request in the Dev system itself. This request then can be used to transport the table contents to the QA / production system. (Similar to the what happens when we do some customising / SM30 for many SAP tables)

I have maintained the delivery class as "C" but this does not help..Maintainence allowed.

Any inputs how we can acheive this..

Rgds,

Ad.

4 REPLIES 4

Former Member
0 Kudos

Hi,

You first create a Maintenance View in SE11 for this Z table and Genereate Table Maintenance dialog using transaction SE54 (generated objects option) for this view/

You can also do it for your table but it is not a good practice.

Then select "Standard recording routine" while creating table maintenance.

It will then prompt you for a change request every time you maintain an entry in this table using SM30.

Also make sure that your Z table's delivery class is C and also it does not belong $TMP development class.

FYI, data class for this table should APPL2 in Technical Settings.

Sri

Former Member
0 Kudos

hi,

it must be set in the client settings

check with SCC4 transction and select client then verify in

changes and transports for client-specific objects

it must be 3rd option ( no changes allowed )

cheers,

sasi

0 Kudos

hi,

in SM30 if ztable gives error message like "No table maintenance allowed" means you should create table maintenance that can be done in se11

Utilities - > table maintenance generator - >

enter Zfunction group ( before that you create one function group )

maintenance step ( 1/2)

maintenance screen no. (specify some screen number )

then Generated Objects - > create

this will solve your problem

cheers,

sasi

Former Member
0 Kudos

Hi Anuj,

In the 'technical Settings'under, 'Logic Storage Parameters', use the

<b>Data Class as 'USER'.</b>

Also, remember to delete and re generate the table maintenace.

Hope this solves your problem.

Regards,

Anjali