cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple row selection in ALV web Dynpro without using CTRL + click.

Former Member
0 Kudos

Dear All,

I am using multiple row selection in ALV web dynpro ABAP with parameter E_SELECTION_MODE as MULTI_NO_LEAD. In this case i have to use CTRL + click to select multiple rows. However i want to do it with just click.

Please help me in knowing how to do it. If question is not clear , please let me know.

Thanks and Regards,

Saud

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

Just go to the properties of the table in the view, and in the property column

you can see 'selectionmode'. There choose property as 'MULTINOLEAD'. That

should do it.

Regards and Best wishes.

Former Member
0 Kudos

I have already set 'multinolead' in my code. I am also able to do multiple row selections by using CTRL + click. But i don't want to use CTRL + click. I want it to be selected in a single click.