Initial Screen  

Procedure

  1. Start the ABAP Workbench.
  2. Choose Development ® Class Builder (Transaction SE24) to start the Class Builder.
    The initial screen appears:

  1. 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.
  2. Select the relevant Object type:

Class

The definition and implementation of global classes and their components: Attributes, methods, events, and internal data types within the class. You can extend the class definition using 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.

 

  1. Choose the required function: Display, Change, Create, or Test.

Other Functions