SAP ABAP FUNCTIONS



Warning: file_get_contents(/customers/9/5/e/s4hd.com/httpd.www/global/php/adxcode.txt): Failed to open stream: No such file or directory in /customers/9/5/e/s4hd.com/httpd.www/global/php/helpers.php on line 89

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/9/5/e/s4hd.com/httpd.www/sap/help/index.php on line 55

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