ABAP Keyword Documentation → ABAP − Short Reference
CLASS - DEFERRED, LOAD - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
CLASS class DEFINITION {DEFERRED [PUBLIC]} | LOAD.
Effect
Makes a class public.
Additions
-
DEFERRED [PUBLIC]
Makes a local or global class public before it is actually declared in the program. -
LOAD
Obsolete: Previously loaded a global class from the Class Library.