How to make an object editable in a production systems via OBJH SAP ABAP
Hi Folks!
You want to make tables and view clusters editable in a production system without opening the whole system to customizing?
You want the same method works also for other objects ( for example TM and PY rules and schemas )
Go to se16 table OBJH
Select your object ( in my case the view )
Explode the line
Use the usual hack to change from se16 to change the flag cursetting to‘X’.
Save
Goto sm30 enter v_t52el and try to change.
Voila' it can now be changed.
Hope it helped
Cheers

















