Show TOC Start of Content Area

Function documentation Creating Classes and Interfaces  Locate the document in its SAP Library structure

Use

When you create classes and interfaces, you specify only their basic data. This definition produces a table entry for the object type in the ABAP Dictionary. After having defined the basic data, you can work on the object type components.

Features

In the Class Builder, you can create the following object types:

      Standard classes

For more information, see Creating a Standard Class.

      Exception Classes

For more information, see Creating an Exception Class.

      Persistent classes

For more information, see Creating a Persistent Class.

      Interfaces

For more information, see Creating an Interface.

 

 

End of Content Area