Function module required Function Group?
A
Correct answer
Explanation
Function modules in SAP ABAP must be assigned to a function group. The function group serves as a container and provides shared memory context for all function modules within it. You cannot create a function module without specifying a function group.