Get Example source ABAP code based on a different SAP table
VERSION 5 OUT
ABAP Statements, Overview This section contains a thematically organized overview of all statements that are introduced by ABAP keywords>. An alphabetical list of all ABAP words can be found under ABAP Words>.
Program-Initiating StatementsCLASS-POOL>>Introduces a class pool> FUNCTION-POOL>>Introduces a function pool> INTERFACE-POOL>>Introduces an interface pool> PROGRAM>>Introduces a module pool> or subroutine pool> REPORT>>Introduces an executable program> TYPE-POOL>>Introduces a type pool>
Modularization Statements
ProceduresFUNCTION ... ENDFUNCTION>>Defines a function module> METHOD ... ENDMETHOD>>Defines a method>
Dialog ModulesMODULE ... ENDMODULE>>Defines a dialog module>
Event BlocksAT LINE-SELECTION>> List event> AT SELECTION-SCREEN>> Selection screen event> AT USER-COMMAND>> List event> END-OF-PAGE>> List event> INITIALIZATION>> Reporting event> LOAD-OF-PROGRAM>> Program constructor event> START-OF-SELECTION>> Reporting event> TOP-OF-PAGE>> List event>