Skip to content

ABAP Keyword Documentation →  ABAP - Short Reference 

EVENTS - Short Reference

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