ABAP Keyword Documentation → ABAP Glossary
function module
Procedure that can only be implemented in
function groups and outside
classes between the statements
FUNCTION
and ENDFUNCTION
. An
ABAP program can use the
statement CALL FUNCTION
to call (externally) any function module permitted by the
package concept.