Skip to Content
0
Former Member
Mar 11, 2009 at 12:33 AM

Get multiple selected row

22 Views

Hi all,

I need to get all the selected row of a table and pass it to another node .I followed the thread how-to-select-multiple-rows-from-a-table-in-webdyn

but i am getting errors in the following code

LOOP AT lt_temp INTO wa_temp.

CALL METHOD wa_temp->get_static_attributes

IMPORTING

static_attributes = ls_node1.

APPEND ls_node1 TO lt_node1.

CLEAR ls_node1.

ENDLOOP.

it is throwing move-corresponding error.

Is there any other way of doing it?

Thanks,