‎2008 Aug 12 4:21 PM
Hi
when rows are selected in ALV , by using SET_SELECTED_ROWS, the buttons against rows in the ALV will not be selected. Please let me know method thru which buttons against rows in ALV can be selected.
BR
Lavanya
‎2008 Aug 12 4:37 PM
Try to pass
gs_layout-sel_mode = 'A'.
and pass the gs_layout to
call method grid1->set_table_for_first_display
a®