Skip to content

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:

Other versions: 7.31 | 7.40 | 7.54

Continue

METHOD

ENDMETHOD