Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Calling and leaving program units 

Calling Processing Blocks

In every processing block of an ABAP program, you can call processing blocks of the same program (internal call) or processing blocks of other ABAP programs (external call).

  • Calling event handlers indirectly by triggering events from the same class in methods. This provides the interface of the event handler. Prerequisite for the execution of an event handler is its registration.
  • Calling event blocks indirectly by triggering events in the runtime environment explictly.

The statement MODULE does not call dialog modules in the processing blocks of an ABAP program, however, but in the processing blocks of the dynpro flow logic.

Other versions: 7.31 | 7.40 | 7.54

Continue

Calling Procedures

Call Event Handler

Call Event Blocks