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.