Although this is not recommended, but by the following way you can change the entry of any standard table.
- Open the table in SE16 and select the record that needs to be changed.
- Click on the Display icon or press F7.
- Type /H in the tcode area to switch on the Debug Mode.
- Again press 'Enter' to turn the debugger on.
- Press F7. You will see the code something like this:if code = 'show'
- Change the value of Code to 'EDIT' and press F8.
and in case of deleting any entry change the value of Code to 'DELE' and press F8. - Press Save after the operation is done.
No comments:
Post a Comment