Hi,
I am using the following method to display data in ALV grid "set_table_for_first_display()". I want to offer the block select option (By dragging over the records it should get selected) to user, for this case what parameter should i pass to that method to get this option? presently am using following three parameter?
CALL METHOD w_grid->set_table_for_first_display
EXPORTING
is_layout =
CHANGING
it_outtab =
it_fieldcatalog =
Thanks & Regards