Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Functional group & functional module

Former Member
0 Likes
855

hi friends,

could u plz tell me what is meant by Functional group & functional module????

thanks in advance,

regards,

priya.s

4 REPLIES 4
Read only

Former Member
0 Likes
501

Hi,

Function group is nothing but a collection of functional modules,function goup consists of upto 99 FMS.

function module is like sub-routine which is used for reusability which is defined globally.

PLzz reward points if it helps.

Read only

Former Member
Read only

Former Member
0 Likes
501

hi priya,

function group: Function groups are containers for function modules. You cannot execute a function group. we can also define it as GROUP OF ALL RELATED FUNCTIONS

function modules: Function modules are procedures that are defined in special ABAP programs only, but can be called from all ABAP programs. Function groups act as containers for function modules that logically belong together. You create function groups and function modules in the ABAP Workbench

Read only

Former Member
0 Likes
501

hi,

Function modules are ABAP routines that are administered in a central function library. They apply across applications and are available throughout the system. You must assign function modules to a function pool that is called a function group. A function group is nothing but a container for the function modules. Now create a function group and then a function module, which you can use for the next exercise steps.

function group can be create through object navigator, se80.. and function module can be created using se37.

plz reward points if helpful..