ABAP Keyword Documentation → ABAP Glossary
method
Procedure that is declared as a
component of a
class or of an
interface. The two possible methods are
instance methods and
static methods. A method can be implemented solely in the
implementation part
of its class, between METHOD
and ENDMETHOD
.