hi experts...
suppose i have i_tab with component werks, matnr, mtart.
in i_tab, i have retrieved 2 entries of matnr from one werks.
i have to transfer the entries from i_tab into dynamic table <dyn_tab>.
how will i transfer each entry?
i have created and assigned work area for the dynamic table output:
create data new_line like line of <dyn_table>.
assign new_line->* to <dyn_wa>.
please help me with this. thanks!
march