2005 Aug 10 9:48 AM
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
2005 Aug 10 9:55 AM
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.
2005 Aug 10 9:50 AM
Ask your administrator to Open Customizing in QA env. for the client 100.
( Tcode SCC4 )
Message was edited by: Erwan LE BRUN
2005 Aug 10 9:55 AM
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
2005 Aug 10 9:55 AM
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.
2005 Aug 10 10:34 AM
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