SAP ABAP FUNCTIONS



Get Example source ABAP code based on a different SAP table
  



Function Modules
Function modules are reusable cross-program procedures that are organized into function pools and whose functionality is implemented between the following statements: FUNCTION
...
ENDFUNCTION

Function modules and their interfaces are created
BEGIN_SECTION VERSION 5 OUT in the Function Builder in the ABAP Workbench or
END_SECTION VERSION 5 OUT in the ABAP Development Tools (ADT).



Latest notes:

Function modules in function pools are the predecessor technology of public methods in global classes.
NON_V5_HINTS
ABAP_HINT_END