SAP OO DIFFERENCES METHODS

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Statements for implementing methods
Methods are used to implement the functionality of classes (between METHOD - ENDMETHOD).
The statements allowed in methods basically include the entire ABAP language scope, which is allowed in all procedures, i.e. also for function modules and subroutines. However, please note that all statements in methods are subject to the stricter syntax of ABAP Objects.