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 record from standard table

Former Member
0 Likes
1,145

Hi Experts,

How can I delete a record from table. Its maintenance dilog does not exist. What are the ways I can delete them. Appriciate it.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,109

what table is that? if its a standard SAP, go to the corresponding transaction code to delete the record.

if its a customer - table, and you kwn the contents and dependencies, just write a query to delete the row you want to delete.

Hi Experts,

How can I delete a record from table. Its maintenance dilog does not exist. What are the ways I can delete them. Appriciate it.

Thanks.

8 REPLIES 8
Read only

Former Member
0 Likes
1,110

what table is that? if its a standard SAP, go to the corresponding transaction code to delete the record.

if its a customer - table, and you kwn the contents and dependencies, just write a query to delete the row you want to delete.

Read only

Former Member
0 Likes
1,109

What's the table?

Rob

Read only

Former Member
0 Likes
1,109

Hi Oscar

The following holds an answer to your problem ->

Hope it helps

Neer

Read only

0 Likes
1,109

Neer - the answers in that post were all over the place and many of them were quite dangerous.

Rob

Read only

Former Member
0 Likes
1,109

for all record delete

SE11 -> Database name -> Display -> Utilities -> Database Objects -> Database Utility -> Select Direct -> Select Delete Data -> and Active and adjust database button...

Read only

0 Likes
1,109

Funny, he wants to delete a row and you are suggesting to delete everything?

Read only

0 Likes
1,109

the single row is included in "everything" so mission completed

Read only

matt
Active Contributor
0 Likes
1,109

You could always reformat the hard drives .