How to transfer data from field symbols to internal table.
field-symbols: <gt_pos_data> type table.
I am getting values in this field symbol.
Now how to pass value from this to standard internal table.