Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  Program Layout →  Modularization Statements →  Event Blocks 

Reporting Events

The following are event key words for reporting events:

  • GET node (obsolete, for logical databases only),

Reporting events are raised in a predefined order and only in executable programs started using SUBMIT. In general, every executable program is started implicitly using SUBMIT. Only starts using regular transaction codes (not reporting transactions) or external calls of their procedures do not raise SUBMITs.

When an executable program is associated with a logical database, the assigned subroutine is executed in the database program before a reporting event is raised.

Other versions: 7.31 | 7.40 | 7.54

Continue

INITIALIZATION

START-OF-SELECTION