SAP ABAP STATEMENTS OVERVIEW



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 Statements CLASS-POOLIntroduces a class pool FUNCTION-POOLIntroduces a function pool INTERFACE-POOLIntroduces an interface pool PROGRAMIntroduces a module pool or subroutine pool REPORTIntroduces an executable program TYPE-POOLIntroduces a type pool

Modularization Statements

Procedures FUNCTION ... ENDFUNCTIONDefines a function module METHOD ... ENDMETHODDefines a method

Dialog Modules MODULE ... ENDMODULEDefines a dialog module

Event Blocks AT 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

Source Code Modules DEFINE ... END-OF-DEFINITIONDefines a macro