Entering content frameProcedure documentation Initial screen Locate the document in its SAP Library structure

Procedure

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

    This graphic is explained in the accompanying text
  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.
  1. 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.

 

  1. Choose Display, Change, Create, or Test.

Other Functions

 

 

 

Leaving content frame