Skip to Content
0
Former Member
Apr 23, 2009 at 11:45 AM

How to read multiple Line data in ALV grid Display

138 Views

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