Code: Alles auswählen.
TYPES: begin of typ1,
       eins(10) type c,
       zwei(10) type c,
       drei(10) type c,
       vier(10) type c,
       end of typ1.
       
TYPES: begin of typ2,
       first(10) type c,
       end of typ2.
data itab type ALSMEX_TABLINE occurs 0 with header line.
data itab2 type typ2 occurs 0 with header line .
data itab3 type typ1 occurs 0 with header line .Code: Alles auswählen.
assign component sy-index of structure interneTab to <fs>.
<fs> = interneTab2-kd.Nr.