ABAP Keyword Documentation → ABAP − Reference → Declarations → Declaration Statements → Classes and Interfaces → CLASS
ENDCLASS
Other versions: 7.31 | 7.40 | 7.54
Syntax
ENDCLASS.
Effect
The statement ENDCLASS
closes a class declaration introduced using the following statement:
CLASS class DEFINITION
It also closes a class implementation introduced using the following formulation:
CLASS class IMPLEMENTATION