ABAP Keyword Documentation → ABAP - Quick Reference
FUNCTION - Quick 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
Function Builder and implemented between FUNCTION
and ENDFUNCTION
.