2011 Jun 17 4:41 AM
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.
2011 Jun 17 5:56 AM
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