Start of Content Area
class (BC-ABA)

ABAP Runtime Environment (BC-ABA)

Abstract description of a real object. A class describes a general element or concept, such as the abstract concepts "business partner" or "material". It contains attributes, methods, and events as components.

Template for objects in ABAP Objects. Defined using CLASS - ENDCLASS, either as a global class in a class pool, or as a local class in virtually any ABAP program. The definition of a class coontains a declaration part for the declaration of the class components and an implementation part for the implementation of the methods.

End of Content Area