SAP DATA TYPE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

data type
Property of a data object. ABAP interprets the content of a data object in accordance with its data type. Data types exist either as bound data types as a property of data objects or as standalone data types. Standalone data types can be defined globally in the ABAP Dictionary or in ABAP CDS. Data types defined with TYPES in an ABAP program can be either local or global. The latter is true for non-private data types of classes and interfaces. The generic data type of all data types is data.
ABAP_MORE_INFO