SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
FUNCTION - Short Reference
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.