Skip to content

ABAP Keyword Documentation →  ABAP − Short Reference 

INTERFACE - Short Reference

Reference

Other versions: 7.31 | 7.40 | 7.54

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.