SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Declarations → Declaration Statements → Classes and Interfaces → CLASS →Syntax
ENDCLASS.
Effect
The statement ENDCLASS closes a class declaration
starting with
CLASS class DEFINITION
or a class implementation starting with
CLASS class IMPLEMENTATION