SAP INTERFACE DEFERRED LO - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for INTERFACE

INTERFACE - DEFERRED, LOAD

ABAP Reference
ABAP Code Snippet


ABAP Syntax INTERFACE intf {DEFERRED [PUBLIC]} | LOAD.

ABAP Code Snippet

What does it do? Makes an interface public.

ABAP Addition 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.

Return to menu