Pages

Monday, June 13, 2016

How to Modify, Create and Delete table entries from SE11 tcode.


We all come across some situation when a table entry need to be modify or removed, Generally it can be done through tcode SM30 or Maintenance view, However sometimes as table is not maintained through transaction SM30 or no Data maintenance view is not present, its all most impossible to proceed further.

In such case to achieve this we can modify the table entry through se11

1. Goto Tcode SE11, enter the Table name



2. click on the Content(Ctrl+Shift+F10)


3. Then click on execute button.


4.  Click on the record you want to Delete or modify .




5. The entries is displayed now, go to debug mode by typing /H in the command screen , press enter        to switch on Debugging.


6. Again press Enter key or click on Continue to go into Debug Mode.



7. change the value of code to 'DELE' /EDIT, In this example as i want to edit the record,so i change       the value to EDIT.




8. After changing the value press F8. now you will be able to Edit/Delete  the entry  that entry.



9. Now made the change and save.





Apart from this procedure ,depending on the SAP release you can also use transaction SE16N or SE16. Enter the name of the table and then in the command field &sap_edit. Then your maintenance functions will be available.

No comments:

Post a Comment