Get Example source ABAP code based on a different SAP table
Warning: Undefined variable $prev in /customers/b/9/9/trailsap.com/httpd.www/sap-help/index.php on line 54
ABAP Objects - Keywords
The following list displays the keywords specially introduced for ABAP objects. ABAP Code SnippetALIASES>>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>