Initial screen...
1.
Choose Development ® Class Builder (Transaction SE24) to
start the Class Builder.
The initial screen of the Class Builder appears:

2.
Enter the name of
the object type that you want to display, change, create, or test.
The name can be up to 30 characters long.
3.
Select the relevant
Object type:
Class |
Define and implement global classes and the corresponding components: attributes, methods, events and internal data types for the class. The class definition can be enhanced with interfaces. In this case, the class must implement all of the methods that are declared in the interface. |
Interface |
The definition of interfaces that describe a point of contact with an object. Interfaces are independent of classes. Like classes, they can contain attributes, methods, and events. However, unlike classes, they do not implement them. You can only use an interface once you have implemented it in a class. |
4. Choose Display, Change, Create, or Test.
· You can start the Class Browser via the function Class Library. This allows you to display the existing classes and interfaces in the class library.
· The Check function allows you to check a class or interface for syntax errors.