Class Builder

Purpose

The Class Builder is a tool in the ABAP Workbench that allows you to create, define, change and test global ABAP classes and interfaces. The Class Builder has two modes:

  • Form-based mode
  • Source code-based mode.

Features

You can use the Class Builder to:

  • Display an overview of global object types and their relationships.
  • Maintain existing global classes or interfaces.
  • Create new global classes and interfaces.
  • Implement inheritance between global classes
  • Create compound interfaces
  • Create and specify the attributes, methods, and events of global classes and interfaces.
  • Define internal types in classes.
  • Implement methods.
  • Redefine methods
  • Maintain local auxiliary classes.
  • Test classes or interfaces in a simulated runtime environment.

Constraints

You cannot define object types on the basis of graphical object modeling.