Search This Blog

Wednesday, October 06, 2010

Add selection box to ALV OM

*--- Selection box
data: lr_selections type ref to cl_salv_selections
lr_selections = gr_table->get_selections( ).
lr_selections->set_selection_mode( if_salv_c_selection_mode=>row_column ).
 
See report:
SALV_DEMO_TABLE_SELECTIONS

No comments: