Application Development and Automation 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: 
Read only

Deleting Table Entry

Former Member
0 Likes
623

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
Read only

Kanagaraja_L
Active Contributor
0 Likes
587

Chk

Kanagaraja L

Read only

sachin_mathapati
Contributor
0 Likes
587

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

Read only

Former Member
0 Likes
587

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

Read only

Former Member
0 Likes
587

Thx