SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
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 |