Multiple choice technology packaged enterprise solutions

Function module required Function Group?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Function modules must be assigned to a function group in ABAP. Function groups provide the runtime environment and memory context for function modules. When a function module is called, its entire function group is loaded into memory. This allows function modules within the same group to share global data and memory, making the function group essential.

AI explanation

In ABAP, every Function Module must belong to a Function Group, which acts as the container that provides the module's global data, includes, and runtime context (function pool). A Function Module cannot exist or be activated independently of its assigned Function Group.