SAP METHOD - Glossary

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/b/9/9/trailsap.com/httpd.www/sap-help/index.php on line 54
ARTICLE

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.
ABAP_MORE_INFO