Class

Template for objects in ABAP Objects. Defined with CLASS - ENDCLASS, either globally in a class pool or locally 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.

More