Code: Alles auswählen.
TYPES: BEGIN OF color_struc,
field1 TYPE char30,
field2 TYPE string,
field3 TYPE name1,
col TYPE lvc_t_scol,
END OF color_struc.
Wenn du eine (interne) Tabelle erzeugen willst bist du doch schon fertig da du genau das übergeben bekommst.