Sometimes we need to adjust value in the tables, but we don't have the rights to do so. There is tricks using ABAP debugging method.
- Go to transaction SE11.
- Select the detail from the table on which field need to adjust the value.
- When details of row screen appear. Enter the debugging command '/h'.
- Debugging screen will pop up.
- Change the variable value from code = 'SHOW' code = 'EDIT'. Save it.
- Press F8 and you can edit the value of the table now.
No comments:
Post a Comment