Skip to Content
0
Former Member
Sep 25, 2008 at 08:52 AM

Dump in create object

468 Views

can someone tell me what i have forget in this coding, I alwaya get a dump when I run the program.

DATA: r_row TYPE REF TO cl_gui_alv_grid,

lt_selected_rows TYPE lvc_t_row.

CALL METHOD r_row->get_selected_rows

IMPORTING

et_index_rows = lt_selected_rows.