ABAP Keyword Documentation → ABAP - Reference → Declarative statemnts → Classes and Interfaces → CLASS
ENDCLASS
Other versions: 7.31 | 7.40 | 7.54
Syntax
ENDCLASS.
Effect
The statement ENDCLASS
closes a class declaration
starting with
CLASS class DEFINITION
or a class implementation starting with
CLASS class IMPLEMENTATION