Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Declarations →  Declaration Statements →  Classes and Interfaces →  ABAP Objects - Overview →  Statements in ABAP Objects 

ABAP Objects - Keywords

The following list displays the keywords specially introduced for ABAP objects.

ALIASES Declares an alias name
CALL METHOD Calls a method dynamically
CLASS ... ENDCLASS Defines a class
CLASS-DATA Declares a static attribute
CLASS-EVENTS Declares a static event
CLASS-METHODS Declares a static method
CREATE OBJECT Creates an object.
EVENTS Declares an instance event
INTERFACE ... ENDINTERFACE Defines an interface
INTERFACES Includes an interface
METHOD ... ENDMETHOD Defines a method
METHODS Declares an instance method
PRIVATE SECTION Introduces the package visibility section
PROTECTED SECTION Introduces the protected visibility section
PUBLIC SECTION Introduces the public visibility section
RAISE EVENT Triggers an event
SET HANDLER Registers an event


Other versions: 7.31 | 7.40 | 7.54