Start of Content Area
data type (BC-ABA)

ABAP Runtime Environment (BC-ABA)

Attribute of a data object. ABAP interprets the content of a data object according to its data type. Data types are either bound as attributes of data objects or stand-alone. Stand-alone data types can be defined globally in the ABAP Dictionary or locally using TYPES in an ABAP program. The generic data type for all data types is data.

End of Content Area