ABAP Keyword Documentation → ABAP Glossary
object type
Description of an object in
ABAP Objects. Either a
class for the entire object or
interface for part of an object. The associated
generic data type
is object
. Object types are defined either locally in an
ABAP program or globally as part of the
class library.