SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
METHOD - Short 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.