ABAP Keyword Documentation → ABAP Glossary
type object
Instance of a type class. Type objects describe and/or represent a
type. Type objects are created with the static methods of the type classes. The type class and the possible attributes of type objects determine the
technical properties of the type.
References to type objects
can be used, for example, after the HANDLE
addition to the statements
CREATE DATA
and ASSIGN
.