I created a table in SAP via se11, then I used the table maintenance generator. Then I transported the changes from development system to q-system.
Now I want to maintain the table via sm30. This works in the DEV system. I just get a warning: "This table is cross-client". But editing works. In the QA system it does not work. I get:
Changes to repository or cross-client customizing are not permitted
How to make a cross-client table editable?
The table's delivery class is C
. The table's data class is APPL2
. No there is no column MANDT (on purpose).
I know that I can edit this table with &SAP_EDIT
in se16n, but I would like to avoid this dirty hack.
I found a way to make cross-client editing via sm30 possible:
Use "table maintenance generator" (via se11). Then option "recording routine", there you need to set "no, or user recording routine".
Then you are able to edit tables via sm30 which are cross-client tables (without column MANDT).