‎2008 Jan 09 4:29 AM
Hi
How can I delete a table entry which was entered in the Table through a Std Txn?
I have heard that there are 3 ways:
1) SM30
2) SE16
3) Debugger
What are the necessary requirements for using each of the above methods? Please guide me through the steps on each.
Thx
‎2008 Jan 09 4:34 AM
‎2008 Jan 09 4:57 AM
Hi Santo,
1) To Delete a entry form SM30 Transaction .
GOTO SM30 - > Enter the table name -> display -> display / change push button ->
Click on entry which u want to delete -> click the delete button.
2)SE16 -> table name -> click execute -> double click on the required entry which u want to delete ->
on command field enter /h -> enter ->in debugging mode -> Change the value of code to 'DELE' -> Enter
Be careful before deleting any entry.
Regards,
Sachin
‎2008 Jan 09 5:26 AM
HI,
Its not possible to delete the table entries through debugging, even if you deleted entries wont be deleted from the data base table.
SE30 will be the right action to delete the table entries, if there is table maintenance generator for that table.
Regards,
Satya
‎2008 Jan 09 5:53 AM