SAP ABAP OBJECTS DIFFERENCES

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Statements in ABAP Objects
The statements in ABAP Objects can be classified as follows:
Statements for defining classes and interfaces
These statements define classes and interfaces and their components. They can be used for local and global classes or interfaces.

Statements for implementing methods

These statements implement the functionality of classes in methods.

Statements in class- and interface pools
In addition to the statements for defining global classes, statements for local declaration and implementation can also be used in class pools. In interface pools it is only possible to declare a type group in addition to the definition of the global interface.

A language clean-up has been carried out in ABAP Objects. The stricter ABAP syntax applies to all statements in ABAP Objects.