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

table

Former Member
0 Likes
626

hai,

how to delete a record from a table without using se38.

thomas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
593

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

4 REPLIES 4
Read only

Former Member
0 Likes
594

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

Read only

Former Member
0 Likes
593

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

Read only

Former Member
0 Likes
593

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.

Read only

Former Member
0 Likes
593

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.