Field String Types
TYPES: NAME_TYPE(25) TYPE C.
CARRID LIKE SPFLI-CARRID,
SUM_FIELD TYPE SUM_FIELD_TYPE,
Notes:
Field String Types
A field string is used to group a set of variables.
You can define field string types using the syntax TYPES: BEGIN OF <type>,..., END OF <type>. You define the field string components with length and any type as you would any other data object.