SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Declarations → Declaration Statements → Classes and Interfaces → ABAP Objects - Overview → Statements in ABAP Objects →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.