FUNCTION is a keyword used in SAP ABAP programming.
This tutorial covers its introduction & syntax details.
FUNCTION
Basic
form
FUNCTION func.
Effect
Defines a function module called by CALL
FUNCTION .
Note
To create and edit function modules, select Tools
-> ABAP/4 Workbench -> Function Library .