cancel
Showing results for 
Search instead for 
Did you mean: 

set_selection_mode

Former Member
0 Kudos

I am using the following:

if_salv_wd_table_settings~set_selection_mode(

cl_wd_table=>e_selection_mode-multi_no_lead ).

to set the selection mode of my salv_wd_table component.

When running the application, I can select one row or all rows.

And when using the 'Shift" key I can select a contiguous number of rows.

But I cannot select a set of non-contiguous rows using the "Ctrl" key.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

Refer SAP Online help :

http://help.sap.com/saphelp_nw2004s/helpdata/en/38/c5bacc91a345eda17f2903491c391d/content.htm

Multiple rows without lead selection (MULTI_NO_LEAD)

Pushbuttons are displayed at the start of the rows. The user can select multiple rows by pressing the CTRL key. The ALV output has no lead selection.

With Control key pressed, you can select a particular row but with shift key all rows are selected i.e continuous rows are selected but with Cntrl , only particular row.

Answers (0)