SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP Glossary →Method
Procedure that is declared as a component of a class or of an interface. There are two type of methods: instance methods and static methods. A method can be implemented solely in the implementation part of its class, between METHOD and ENDMETHOD.