ABAP Keyword Documentation → ABAP Glossary
Class
Template for objects in
ABAP Objects. Defined with CLASS - ENDCLASS
, either as a
global class in a
class pool or as a
local class in an
ABAP program of your choice. The definition of a class comprises a
declaration section for the declaration of the
class components and an
implementation part for the implementation of the
methods.