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: 

Table Maintenance

Former Member
0 Kudos

Hello All,

I have created custom table, created Maintenance view using Table maintenance generator in Devlopment and transported to QA system.

My problem is.. I am able to create new entries in Dev but If I am trying yo do same in QA it's giving message like '<b>Client 100 has status 'not modifiable'</b>'.

But I need to perform some actions in QA also(like create entries etc..).

Please help me to find out the solution for this.

Thanks,

Srinivas

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Srinivas,

During table maintenance generation the default setting is that the recording routine is switched on. You normally use this setting only if your custom table is used for customizing-like settings. You then add entries in the development system and these entries will be recorded in a customizing request and transported to the QA and production systems as well.

If you need to add entries in the QA or Production system as well, you just switch off this recording routine (transaction SE54, enter table name and option 'Generated Objects').

Kind regards,

John.

4 REPLIES 4

Former Member
0 Kudos

Ask your administrator to Open Customizing in QA env. for the client 100.

( Tcode SCC4 )

Message was edited by: Erwan LE BRUN

Former Member
0 Kudos

Hi

If you need to add entries even when the client is locked, then change the table class. It is probably 'C', change it to 'A'. Then you may need to re-gen the table maintenance objects.

Cheers

Dom

Former Member
0 Kudos

Hi Srinivas,

During table maintenance generation the default setting is that the recording routine is switched on. You normally use this setting only if your custom table is used for customizing-like settings. You then add entries in the development system and these entries will be recorded in a customizing request and transported to the QA and production systems as well.

If you need to add entries in the QA or Production system as well, you just switch off this recording routine (transaction SE54, enter table name and option 'Generated Objects').

Kind regards,

John.

Former Member
0 Kudos

Try to set the flag "current settings" to 'X'.

goto se54

put the name of the view then choose generated objects and choose create/change.

goto enviroement->Maintenance Objects->generate.

joseph