Classes

The type of an object is known as a class. A class is an abstract representation, or, metaphorically speaking, a set of instructions for building objects. So that you can describe the properties of objects, classes contain components, which contain the status and behavior of objects.

You can define classes globally in the class library or locally in an ABAP program.