Application Development and Automation 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: 
Read only

client status not modifiable.

Former Member
0 Likes
12,047

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
7,898

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

9 REPLIES 9
Read only

Former Member
0 Likes
7,898

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

Read only

0 Likes
7,898

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.

Read only

0 Likes
7,898

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]

Read only

0 Likes
7,898

Julius, yes these settings are already there

Regards

Handersen

Read only

0 Likes
7,898

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

Read only

0 Likes
7,898

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

Read only

0 Likes
7,898

This message was moderated.

Read only

Former Member
0 Likes
7,899

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

Read only

0 Likes
7,898

Thanks Rama, It helped me understand the issue and SAP Standard Settings. Thanks a lot