ABAP Keyword Documentation →  ABAP − Reference →  Declarations →  Declaration Statements →  Classes and Interfaces →  CLASS → 

ENDCLASS  Syntax Diagram

Short Reference

Syntax

ENDCLASS.

Effect

The statement ENDCLASS closes a class declaration

starting with

CLASS class DEFINITION

or a class implementation starting with

CLASS class IMPLEMENTATION