ABAP Keyword Documentation → ABAP − Short Reference
METHOD - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
METHOD meth.
...
ENDMETHOD.
Effect
Implements a method meth
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
.