ABAP Keyword Documentation → ABAP - Short Reference
FUNCTION - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
FUNCTION func.
...
ENDFUNCTION.
Effect
Implements a function module func
. A function module is defined in the
Function Builder and implemented between FUNCTION
and ENDFUNCTION
.