ABAP Keyword Documentation → ABAP − Short Reference
EVENTS - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
EVENTS evt [ EXPORTING VALUE(p1) typing
[OPTIONAL|{DEFAULT def1}]
VALUE(p2) typing
[OPTIONAL|{DEFAULT def2}]
... ].
Effect
Declares an instance event evt
of a class or interface.
Additions
-
EXPORTING VALUE(p1) ... VALUE(p2) ...
Defines the output parametersp1
,p2
, ... of the event. -
typing
Assigns a type to the output parameter. -
OPTIONAL|DEFAULT
Specifies optional output parameters either with or without the replacement parametersdef1
,def2
, ...