SAP ENDCLASS ABAP Statements



Get Example source ABAP code based on a different SAP table
  


ID ENDCLASS
• ENDCLASS ABAP Statement

ENDCLASS
Short Reference

ABAP_SYNTAX
ENDCLASS.

What does it do?
The statement ENDCLASS closes a class declaration introduced using:

CLASS class DEFINITION

or a class implementation introduced using:

CLASS class IMPLEMENTATION




Return to menu