Hello
Lets assume internal table has fields F1, F2, F3 of the same length and type.
Is it posible to dynamically assign choose a field of the table like
Field = 'Field1'
Loop at itab assigning <FS>.
<FS>-FIELD = 100.
Endloop.