Skip to content

ABAP Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Releases 7.5x →  Changes in Release 7.52 

ABAP Objects in Release 7.52


1. Implementing interfaces

Other versions: 7.31 | 7.40 | 7.54

Modification 1

Implementing Interfaces

When implementing interfaces in classes with the statement INTERFACES, the following restrictions do not apply:

  • Methods and attributes of component interfaces of the implemented interface can now be specified after the additions ABSTRACT METHODS, FINAL METHODS, and DATA VALUES using the name of the component interface and the interface component selector~. Until now, this was only possible for methods by using an alias name, for attributes the interface itself had to be included.
  • Attributes that are declared in component interfaces can now be specified after the addition DATA VALUES by using alias names.