‎2009 May 30 11:42 AM
Dear All,
I have a problem where when I run the t-code in Quality system it says client has status not modifiable
and when I run the same t-code in production it allows to directly access the contents though
the client in Quality and production is closed. The t-code which i'm trying is OB52. Can someone show some way out here
‎2009 Jun 01 9:45 AM
Hi,
*For non production Systems:*
Usually we receive this kind of message when the the client is closed (If the System role is not set to "Production").
To do any changes through the tcode OB52 client needs to be opened which can be done by Basis administrators.
*For Production Systems:*
In Production system it behaves in a different manner.
Though the client is closed we can do any changes through the transaction code OB52, due to its role is set to "Production" (Which is a SAP standard issue).
To overcome this issue in Production system please refer the note 356483 and do the necessary changes with the help of ABAP developers.
Hope this resolves your query.
Thanks,
Rama
‎2009 May 30 8:55 PM
Check in SCC4 that the client role setting is "TEST". Then the current settings should behave the same as a productive client in a correctly configured system / patch level.
Cheers,
Julius
‎2009 May 31 6:23 AM
thanks Julius,
The role of quality client is set as TEST and production client is set as Production. Any other thing which needs to be check. Patch levels are also same in both systems.
‎2009 May 31 6:51 AM
Check also that the customizing (and repository) has the same "No changes allowed" setting in SCC4?
Reference: [SAP Note 78329|https://service.sap.com/sap/support/notes/78329]
‎2009 May 31 7:51 AM
‎2009 May 31 8:01 AM
Then check in transaction SOBJ => Display View Clusters => V_T001B in both systems and compare the "current settings" flag which should be the same.
Other than that, I can only think of your authorizations being different between the systems...
Cheers,
Julius
‎2009 May 31 12:26 PM
Hello,
In SCC4, in QA system if you change the client type from TEST to PRODUCTION, then your OB52 will have edit mode. This is one way.
There also other way:
Note 214132 - OB52: No current settings
Regards,
Ravi
‎2009 Jun 01 6:34 AM
‎2009 Jun 01 9:45 AM
Hi,
*For non production Systems:*
Usually we receive this kind of message when the the client is closed (If the System role is not set to "Production").
To do any changes through the tcode OB52 client needs to be opened which can be done by Basis administrators.
*For Production Systems:*
In Production system it behaves in a different manner.
Though the client is closed we can do any changes through the transaction code OB52, due to its role is set to "Production" (Which is a SAP standard issue).
To overcome this issue in Production system please refer the note 356483 and do the necessary changes with the help of ABAP developers.
Hope this resolves your query.
Thanks,
Rama
‎2009 Jun 01 2:38 PM
Thanks Rama, It helped me understand the issue and SAP Standard Settings. Thanks a lot