SAP ABAP PROCESSING BLOCKS



Warning: file_get_contents(/customers/9/5/e/s4hd.com/httpd.www/global/php/adxcode.txt): Failed to open stream: No such file or directory in /customers/9/5/e/s4hd.com/httpd.www/global/php/helpers.php on line 89

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/9/5/e/s4hd.com/httpd.www/sap/help/index.php on line 55

Reporting Events
The following are event key words for reporting events:
INITIALIZATION,
START-OF-SELECTION,
GET node (obsolete, for logical databases only),
END-OF-SELECTION (obsolete, for logical databases only).
Reporting events occur in a predefined order and only in executable programs started with SUBMIT. In general, every executable program is started implicitly using SUBMIT. Only starts with regular transaction codes (no reporting transactions) or external calls of their procedures are not connected to a SUBMIT statement.
When an executable program is connected to a logical database, the assigned subroutine is executed in the database program before a reporting event is raised.
BEGIN_SECTION SAP_INTERNAL_HINT
The event keywords for reporting events can also be listed. in most of the other program types but are never triggered.
END_SECTION SAP_INTERNAL_HINT