‎2008 Jan 17 12:01 PM
hi friends,
could u plz tell me what is meant by Functional group & functional module????
thanks in advance,
regards,
priya.s
‎2008 Jan 17 12:07 PM
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.
‎2008 Jan 17 12:10 PM
hi here is the link for Functional group
http://help.sap.com/erp2005_ehp_03/helpdata/EN/9f/db992335c111d1829f0000e829fbfe/frameset.htm
function Module Link
http://help.sap.com/erp2005_ehp_03/helpdata/EN/9f/db992335c111d1829f0000e829fbfe/frameset.htm
Rewads if it useful.
if possible.
‎2008 Jan 17 12:11 PM
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
‎2008 Jan 17 12:13 PM
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..