SAP ABAP METHODS
Get Example source ABAP code based on a different SAP table
MethodsMethods are the
procedures> of a class whose functionality is 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)
BEGIN_SECTION VERSION 5 OUT
Kernel methods> for internal use
END_SECTION VERSION 5 OUT