Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  Declarations →  Declaration Statements →  Classes and Interfaces →  ABAP Objects - Overview 

Statements in ABAP Objects

The statements in ABAP Objects can be classified as follows:

The following statements are used to define classes and interfaces and their components. They can be used for local and global classes or interfaces.
Alongside the statements for defining the global class, statements for local declarations and implementations can also be used in class pools. In interface pools, only the global interface can be declared. The obsolete statement TYPE-POOLS is also possible in syntax.

A language cleanup has been carried out in ABAP Objects. The stricter ABAP syntax now applies to all statements in ABAP Objects.

Other versions: 7.31 | 7.40 | 7.54

Continue

Statements for Defining Classes and Interfaces

Statements for Implementing Methods

Statements in Class and Interface Pools

ABAP Objects - Keywords

Replacements for Obsolete Language Constructs in ABAP Objects