Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting Table Entry

Former Member
0 Kudos

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

4 REPLIES 4

Kanagaraja_L
Active Contributor
0 Kudos

Chk

Kanagaraja L

sachin_mathapati
Contributor
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

Thx