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 one record from sap table

Former Member
0 Likes
573

hi

i wont to delete one recored from table in se11 sap table

what is the best way to do that?

the table is /BI0/HORGUNIT

Regards

1 ACCEPTED SOLUTION
Read only

Vijay
Active Contributor
0 Likes
556

hi

you can do it through code.

delete from <tablename> where <condition>

regards

vijay

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 13, 2008 6:19 PM

hi

i wont to delete one recored from table in se11 sap table

what is the best way to do that?

the table is /BI0/HORGUNIT

Regards

3 REPLIES 3
Read only

Vijay
Active Contributor
0 Likes
557

hi

you can do it through code.

delete from <tablename> where <condition>

regards

vijay

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 13, 2008 6:19 PM

Read only

Former Member
0 Likes
556

U can delete one record by writing a query in a pgm.

But it leads to data inconsistancy.

U have to delete thru transaction only

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 13, 2008 6:21 PM

Read only

Former Member
0 Likes
556

hi

good

Go to Tcode: STVARV

Press change button

Select the check box "Include Changed Entries in transport request"

Select your record.

Press the delete button .. say yes in next pop up

Request Pop-up will come.. choose your request...

thanks

mrutyun^