Search This Blog

How to add/edit/delete table entry with no authorization

As a technical consultant, there may have been scenarios where you might want to maintain a desired entry in database table, but you do not have authorization to do it!! To add/edit/delete a table record when you have no authorization -

1) In t-code SE11 or SE16, select the entry you want to edit and click on 'Display' button (F7)









2) In the command editor, type /h and press ENTER















3) Again press ENTER and you will see the below code. You need to change the field code to edit/add/delete table entry.

































4) Change the value of field code to
a) EDIT to change existing records
b) INSR to create a new record
c) DELE to delete the record




5) Press F8. Now you can make changes to the table entry and SAVE.













No comments:

Post a Comment