cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Selection without pressing Control Button in the Keyboard - SALV_WD_TABLE - WebDynpro

zayidu
Participant
0 Kudos
210

Hello Experts,

Greetings of the day,

In the below WDY application, the table was created using the standard ALV Component: SALV_WD_TABLE. I have maintained the Cardinality and Lead Selection 0..n for the ALV node.

Requirement:

The business user wants to select multiple Rows without pressing the physical Control Button on the keyboard.(like we select multiple fields in SE11 tables)

Is this functionality possible without putting a Checkbox option in the First column?

  • Also, I tried setting the below value to the Table Attribute - Still it didn't work.

IF_SALV_WD_TABLE_SETTINGS->set_selection_mode( value = cl_wd_table=>e_selection_mode-multi ).

Thank You.

Regards,

Zayidu A

Accepted Solutions (0)

Answers (1)

Answers (1)

maheshpalavalli
Active Contributor
0 Kudos

I think you cannot have that feature in Webynpro.. As it is a webpage, if you drag you cursor on the webdynpro table, you will be moving the webpage itself..

You will also find the same in all different kinds of web applications.. If you want to select multiple then you have to sell them individually.

BR,
Mahesh