ABAP - Keyword Documentation →  ABAP - Reference →  Declarations →  Declaration Statements →  Data Types and Data Objects → 

Types and Objects - Overview

In ABAP, we distinguish between types and objects. Types are purely descriptions, to which no data memory is attached apart from administration information. Objects are instances of types and take up memory space. A type characterizes the technical properties of all objects of the relevant type.

The ABAP types form the ABAP type hierarchy, which is illustrated below:

Mapping

The left side of the graphic shows the hierarchy of all types and instances, for instance which types are possible in ABAP and the objects that can be generated from these types. The right side lists the generic data types assigned to individual nodes of the type hierarchy.

In principle, we distinguish between data types and object types.

The following sections summarize some important facts on data types and data objects. For more information on object types and objects, see ABAP Objects.



Continue
Data Types
Data Objects
Validity and Visibility
Absolute Type Names
Compatible Data Types