SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
EVENTS - Short Reference
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