HI,
How can i get values of selected rows from ALV that has selection '0..n' (multiple selection).
i'm using this cl_gui_alv_grid class interface.
CALL METHOD GR_ALVGRID->GET_SELECTED_ROWS
IMPORTING
ET_ROW_NO = LT_ROW_NO[].
by using above method im able to get table Assignment of line number. but i need to read Line data.
Can any body help me out...
Regards,
Dileep Reddy