SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
INTERFACE - Short Reference
Syntax
INTERFACE intf.
[components]
ENDINTERFACE.
Effect
Declares an interface ifac. In the declaration, the components of the interface are declared with ALIASES, [CLASS-]DATA, [CLASS-]METHODS, and [CLASS-]EVENTS.