Skip to content

ABAP Keyword Documentation →  ABAP − Short Reference 

METHODS - REDEFINITION - Short Reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


METHODS meth [FINAL] REDEFINITION. 

Effect

Redefines a meth instance method in the declaration part of a class. The method is reimplemented in the implementation part.

Addition

  • FINAL
    Makes a redefined method final so that it cannot be redefined again in a subclass.