ABAP Keyword Documentation → ABAP - Quick Reference
INTERFACE - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
INTERFACE intf.
[components]
ENDINTERFACE.
Effect
Declares an interface intf
. In the declaration, the components
of the interface are declared withALIASES
, [CLASS-]DATA
, [CLASS-]METHODS
and [CLASS-]EVENTS
.