Hi Pradeep,
Try below:
Field-symbols: <fs_1> type any, "Do not specify table
<fs_2> type any.
loop at <lfs_data> assigning <fs_1>.
assign component <field number> of structure <fs_1> to <fs_2>.
Endloop.
Hi Pradeep,
Try below:
Field-symbols: <fs_1> type any, "Do not specify table
<fs_2> type any.
loop at <lfs_data> assigning <fs_1>.
assign component <field number> of structure <fs_1> to <fs_2>.
Endloop.