How do you define a class in SAP ABAP?

Classes in ABAP Objects can be declared either globally or locally. You define global classes and interfaces in the Class Builder (Transaction SE24) in the ABAP Workbench . They are stored centrally in class pools in the class library in the Repository. All ABAP programs have access to these global classes.

Read more