SAP TYPES STATEMENTS



Get Example source ABAP code based on a different SAP table
  



Data Types
Data types are templates for creating data objects. Data types can be defined independently in an ABAP program or in the ABAP Dictionary. Data types can also be non-independent as properties of data objects. Data types do not use any memory space for work data but may require memory for administrative information.
In ABAP programs, data types local to the program can be defined, which can be used for typing or declaring further data types or data objects, depending on their validity and visibility.
Data types defined in the public visibility section of a global class or global interface are visible to other programs.
The associated statements are:
TYPES