SAP TYPES AND OBJECTS



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

Data Types and Data Objects
ABAP distinguishes between types and objects. Types are purely descriptions, to which no data memory is attached apart from administrative information. Objects are instances of types and occupy memory space. A type characterizes the technical properties of all objects of the relevant type.
The following sections summarize some important facts on data types and data objects.
SUBNODES
For more information about object types and objects in the sense of object orientation, see ABAP Objects.