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 xxx has status u2018not modifiableu2019 using SM34

Former Member
0 Kudos
699

Hello All ,

We have created a custom transaction code for the standard cluster view J_1AINFIND. In the default values section of SE93, we have given :

VCLDIR-VCLNAME J_1AINFIND

UPDATE X

So the entries will be maintained through the TCODE SM34.

By using this TCODE or by using SM34, We are not able to create and maintain entries in the change mode and got an information message "Client 400 has status 'not modifiable'". But we were able to see the entries in the display mode. Could anyone suggest me how to maintain entries in this table. I mean create/change entries without opening the client.

thanks,

Ramineni.

1 REPLY 1
Read only

former_member195402
Active Contributor
0 Kudos
420

Hi Ramineni,

to make a table cutomizable e.g. in production system or client you can use transaction code SOBJ.

For you have a SAP standard object you need to register the object with an access key.

If you change the object settings, you should set the settings

Transport: automatically

Adjustment: Automatically adjustable

and set the flag for Current Settings.

There will be created a tranport request which you can import to your target system (not needed on same syetm for other client, because SOBJ is client independent). Then you can maintain your table/view also in a not modifiable client.

Regards,

Klaus