FUNCTION-POOL is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax details.
FUNCTION-POOL
Effect
The
FUNCTION-POOL statement is equivalent to the REPORT statement and introduces a
function group.
A function group contains function modules introduced by the
FUNCTION statement and called with the CALL FUNCTION statement.