What is a function group?
A function group is a collection of logically related modules that share global data with every other. All the modules in the group are contained in the similar main program. When an ABAP/4 program contains a CALL FUNCTION statement, the system loads the whole function group in with the program code at runtime. Each function module belongs to a function group.