ABAP Keyword Documentation →  ABAP − Short Reference → 

METHOD - Short Reference

Reference

Syntax

METHOD meth.
  ...
ENDMETHOD.


Effect

Implements a meth method in the implementation part of a class. A method is declared in the declaration part of the class and is implemented between METHOD and ENDMETHOD.