ABAP Keyword Documentation → ABAP - Quick Reference
RAISE EVENT - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
RAISE EVENT evt [EXPORTING p1 = a1 p2 = a2 ...].
Effect
Raises an event in a method.
Addition
-
EXPORTING p1 = a1 p2 = a2 ...
Passes actual parametersa1
,a2
, ... to the input parameterp1
,p2
of the event handler.