Skip to Content
0
Former Member
Apr 13, 2010 at 04:14 PM

Dinamically choose field of internal table

43 Views

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.