ABAP Keyword Documentation →  ABAP − Short Reference → 

INTERFACE - Short Reference

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.