Hi,
use get selected rows of CL_GUI_ALV_GRID class, it will give you no of rows selected
like this..
CALL METHOD grid1->get_selected_rows
IMPORTING
et_index_rows = lt_rows.
CALL METHOD cl_gui_cfw=>flush.
thanks!!
Hi,
use get selected rows of CL_GUI_ALV_GRID class, it will give you no of rows selected
like this..
CALL METHOD grid1->get_selected_rows
IMPORTING
et_index_rows = lt_rows.
CALL METHOD cl_gui_cfw=>flush.
thanks!!