Please enable JavaScript.
Coggle requires JavaScript to display documents.
7.2 Program Structure (7.2.1 Processing Blocks (Ending Processing Blocks…
7.2 Program Structure
7.2.1 Processing Blocks
-
-
-
-
-
-
Statements
All ABAP program statements, except global data declarations, belong to a processing block.
7.2.4 Procedures
-
-
support a mechanism to import and export data (parameter interface) for the calling program and contain local data area
7.2.3 Dialog Modules
implemented in executable programs, module pool programs, or function groups between MODULE and ENDMODULE
maintain dialog modules in the main program where a screen is defined and call these modules from the screen flow logic using the MODULE keyword
7.2.2 Event Blocks
When the event is triggered by the ABAP runtime environment, the code under the event keyword is executed.