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: 

ALV Grid multiple row selection, disabling some

Former Member
0 Kudos

Does anyone know if it is possible to have an ALV grid with multiple row selection allowed but for some rows the row selection is disabled?

Kind regards,

John.

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

I believe its all or none. I don't think that you can turn it on/off for a specific row.

Regards,

Rich Heilman

4 REPLIES 4

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

I believe its all or none. I don't think that you can turn it on/off for a specific row.

Regards,

Rich Heilman

0 Kudos

I think so too, but I would love to be wrong...

Regards,

John.

0 Kudos

Hi John,

You can add a check box and select multiple rows. I am using the same technique. I have used OO.

a) Use Even handler "Double Click"

b)Using "SELECT_ALL_ENTRIES CHANGING PT_OUTTAB TYPE STANDARD TABLE" and I am sorting based Check box selection.

Need more help please let me know. I will send you the code.

Lanka

Message was edited by: Lanka Murthy

Former Member
0 Kudos

This is possible there is an event to handle this situation