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

Delete a Table entry

Former Member
0 Likes
625

Hi , A blank entry got created in table t77ua through modify statement . Now i am unable to delete this entry through SM30.

Is there any tcode to delete that blank entry apart from DELETE statement ?

Thanks & Regards,

John.

4 REPLIES 4
Read only

Former Member
0 Likes
520

john,

you can do one thing, run sm30 select that perticular record by row selection ( select Box).

then start debuging an give any user command ( eg, select Save Button).

when debuging starts, check sy-ucomm and write 'DELE' forcefully then run program.

this is just tricky but .....it will definatly works...

reward if useful,

Sandeep

Read only

Former Member
0 Likes
520

Hi, John.

Go to SE16N.

Enter the table no.now before pressing F8 key, write &sap_edit in tcode area.

Then press F8.

Now in tool bar, the system will show one button to delete the option.

Select the row and press that button.

Reward if it helps.

Regards,

Sunny

Read only

Former Member
0 Likes
520

Hi,

SE30 will be the right action to delete the table entries, if there is table maintenance generator for that table.

Reward if found helpfull,

Cheers,

Chaitanya.

Read only

Former Member
0 Likes
520

U can write a small abap pgm. in that write a query

DELETE dbtab where condition

Reward if useful

Narendra