SAP DEFINING METHODS



Get Example source ABAP code based on a different SAP table
  



ABAP_OBJ - Statements for Implementing Methods
The functions of classes are implemented in methods, that is, between METHOD - ENDMETHOD.
The statements allowed in methods include the entire ABAP language range that is allowed in all procedures.
BEGIN_SECTION VERSION 5 OUT It must be noted, however, that all statements in methods are subject to the stricter syntax of ABAP Objects.
END_SECTION VERSION 5 OUT