‎2007 Feb 06 12:33 PM
hai,
how to delete a record from a table without using se38.
thomas
‎2007 Feb 06 12:35 PM
try this ..
goto SE16
give the table name and press enter
give the key fields of the record that you want to delete
in menu EDIT-->DELETE ENTIRE SELECTION LINE
‎2007 Feb 06 12:35 PM
try this ..
goto SE16
give the table name and press enter
give the key fields of the record that you want to delete
in menu EDIT-->DELETE ENTIRE SELECTION LINE
‎2007 Feb 06 12:41 PM
Hi Thomas,
You can do that in SE16.
Launch SE16 on the table you want.
At the display select the record to be deleted, by clicking the radio button.
Activate the Debug Mode ( /h + ENTER)
Then via the menu, choose display.
In the code, in the debug mode, when you cross the SET_STATUS_VAL perform, overwrite the <b>ok_code</b> to 'DELE' ( original Ok code must be 'SHOW' )
Then F8 : exit the debug mode.
You can delete the record.
Hope this helps,
Erwan
‎2007 Feb 06 12:42 PM
Hi Thomas,
I guess you are referring to Internal tables,
Internal tables are alive only at run-time.
SE38 is just an editor for programming.
In SE38 you write program codes that create internal tables and later fill them with data.
When the program dies so does internal table,
Whatever thing which deletes data record from an internal table has to be a program code.
‎2007 Feb 06 12:50 PM
hi,
goto se16..
give the table name and press Enter...
select the record u want to delete by checking the check box and goto
Table Entry -> Delete...
regards,
priya.