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.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC7UkS2qexeTPOhhKTV7BSnlmonRo71I017UHnG2-XA43zvSSz4TPmL1u3cL55PKpBso7vi_KFJdcv15ZjSCSHR0j7CwyK06PpuHk_KJActD0AK0DTMGuwLeZ5kHwGQk5N5Z0uz10IECo/s640/6.png)
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.
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