Application Development 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: 

hoe to delete selected rows in alv

Former Member
0 Kudos

i am using likp standard table . I have displayed particular

fields in that table using an internal table it.

and also displayed checkboxes for each row. here i am

displayed a delete button in top of alv .

My request is if i enable the checkboxes and click the

delete button means then the selected rows(Chk box marked)

should not displayed in the next alv page.

Plz kindly and immediately send the coding....

2 REPLIES 2

former_member181995
Active Contributor
0 Kudos

loop at itab.

if checkbox = 'X'.

delete itab index sy-tabix.

endloop.

Amit.

Former Member
0 Kudos

Hi,

see .

Regards Rudi