‎2006 Jun 13 6:51 AM
hi
can any body tell me how to create function group..
and why we need function sap provides by default function groups.....
‎2006 Jun 13 6:56 AM
From SE37..Click 'Goto'...select 'Function Groups' and then 'Create Group'.
Create a group of your own. Do not depend on the groups created by others, if you are creating a new function module. Or less, use the function group specified by the client. These function groupd are basically used to group function modules, which are grouped for a specific purpose.
Like, some FMs will be used for Date manipulation, some may be used for only HR purposes..etc..
Rgds
Subbu
‎2006 Jun 13 6:56 AM
From SE37..Click 'Goto'...select 'Function Groups' and then 'Create Group'.
Create a group of your own. Do not depend on the groups created by others, if you are creating a new function module. Or less, use the function group specified by the client. These function groupd are basically used to group function modules, which are grouped for a specific purpose.
Like, some FMs will be used for Date manipulation, some may be used for only HR purposes..etc..
Rgds
Subbu
‎2006 Jun 13 6:57 AM
Hi,
To create a function group, goto tcode SE80. In the menu bar, goto workbench->edit object. Then goto the function group tab, key in a group name and click on the create button.
Function modules belonging to a particular package or subject area are grouped together in a function group.
Plz reward helpful answers.
Rajeev
‎2006 Jun 13 7:00 AM
Hi,
You can create Function group un SE80 trnx.
It is used to pack Group of related functions.
Rgds,
Jothi.
‎2006 Jun 13 7:03 AM
1)goto se37 IN THAT CLICK
GOTO->FUNCTION GROUPS->CREATE GROUP
2)Then thru se37,
u can add/create a Function module
and put it under that function group.
check the link:
http://help.sap.com/saphelp_nw04/helpdata/en/d1/801ef5454211d189710000e8322d00/content.htm
‎2006 Jun 13 7:20 AM
Hi,
1. Go to transaction SE37
2. Go to Menu
3. Select GOTO->Function Groups-> "Here you can Create/Display/Delete/Change/Find" function groups.
For a FM a Function group association is necessary.
When ever a FM is called the main program of function group will be executed once.
Regs,
Venkat Ramanan