ABAP Keyword Documentation → ABAP − Reference → Program Layout → Modularization Statements → Procedures
Methods
Methods are the procedures of a class whose functions are implemented between the following statements:
METHOD
...
ENDMETHOD
The statement METHOD
does not usually have any additions. Exceptions to this rule are:
- Methods used to implement ABAP Managed Database Procedures (AMDP)
- Kernel methods for internal use
Other versions: 7.31 | 7.40 | 7.54