ABAP Keyword Documentation →  ABAP − Short Reference → 

METHODS - REDEFINITION - Short Reference

Reference

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