SAP METHOD - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

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 only in the implementation part of its class, between METHOD and ENDMETHOD.
ABAP_MORE_INFO