SAP DATA TYPE - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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 bound as a property of data ojects or independently . Independent data types can be defined globally in the ABAP Dictionary or locally using TYPES in an ABAP program. The generic data type of all data types is data.
ABAP_MORE_INFO