Register Login

Difference between Function Group and Function Module in SAP ABAP

Updated May 18, 2018

Function Group vs Function Module

A function group is a program that contains function modules. It is identified by a 4 character identifier called function group id.

A function module performs a particular type of function when called in particular program. On the other hand a function group is a collection of similar type of function modules.


×