Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

INTERFACE - DEFERRED, LOAD - Quick reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


INTERFACE intf {DEFERRED [PUBLIC]} | LOAD. 

Effect

Makes an interface public.

Additions

  • DEFERRED [PUBLIC]
    Makes a local or global interface public before its actual declaration in the program.
  • LOAD
    Obsolete: Previously loaded a global interface from the Class Library.