‎2008 Feb 06 6:03 AM
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.
‎2008 Feb 06 6:15 AM
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
‎2008 Feb 06 6:41 AM
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
‎2008 Feb 06 6:49 AM
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.
‎2008 Feb 06 7:05 AM
U can write a small abap pgm. in that write a query
DELETE dbtab where condition
Reward if useful
Narendra