Skip to content

ABAP Keyword Documentation →  ABAP - Short Reference 

METHOD - Short Reference

Reference

Other versions: 7.31 | 7.40 | 7.54

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.