Get Example source ABAP code based on a different SAP table
VERSION 5 IN
enumerated type Enum for short. An enumerated type is a data type> that specifies a value set in addition to the actual type properties. An enumerated variable> of an enumerated type can only accept the enumerated values> defined there that exist as the content of enumerated constants> or components of an enumerated structure>. An enumerated type is defined with TYPES BEGIN OF ENUM>>. ABAP_MORE_INFO >