RAISE EVENT
Reference
Effect
Triggers an event in a method.
Addition
EXPORTING p1 = a1 p2 = a2 ...
Transfers actual parameters
a1
,
a2
, ... to the input parameter
p1
,
p2
of the
event handler
.