cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding select all/deselect in alv

Former Member
0 Kudos

Hi Gurus..

I am trying to get a standard fucntionality for select all/ deselect in alv thru follwing code

but its not helping..

I have changed the selection to 0... n for that node and also coded the following..

lr_table_settings->set_selection_mode( cl_wd_table=>e_selection_mode-multi ).

Best Regards,

Navin fernandes.

Accepted Solutions (0)

Answers (1)

Answers (1)

saket_abhyankar
Active Participant
0 Kudos

How did you try to select all/deselect all records in ALV?

According to me, if you are making selection option 0... n, it automatically allows you to select/ deselct all.

In order to select/ deselect all you need to click on the small square on the top left corner of the ALV. There you will find ythe option to select/deselect all.

Regards,

Saket.

Former Member
0 Kudos

Hi saket,

Thanks for your reply..

Even i m not understanding y i cannot see that small square on the top left of alv for select/deselct all..

Ne idea..?>

Best Regards,

navin fernandes

Former Member
0 Kudos

Hi..

I created two custom buttons on alv toolbar and used the on_function event handler for the same.

Thank You