‎2006 Dec 07 9:30 AM
‎2006 Dec 07 9:33 AM
Hi,
Goto transaction se37.
Go to menu 'Goto' --> Function Group --> Create Group.
Give the function group name and the short text.
The function group will be created.
Hope this helps you,
Regards,
Vijaya.
‎2006 Dec 07 9:31 AM
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm">Create function group for FM</a>
‎2006 Dec 07 9:31 AM
‎2006 Dec 07 9:32 AM
Hi,
Go to se37 initial screen,
menu-goto
create function group.
give name and discription..
activate it.
Regards,
pankaj singh.
reward if helpful.
‎2006 Dec 07 9:33 AM
For creating funciton group,
Goto SE37 -> GOTO -> FUNCTION GROUP -> CREATE FUNCTION GROUP.
We have to assign function module to this function group.
We can call this function module in SE38 editor by clicking PATTERN button.
Global data in function group can be used by all the function modules in that particular group.
You can create any number of function modules in a function group.
Any error in a single function module of function group, makes the whole function group stop working. So, ensure that there should be no errors in function module we code.
You should activate function group.
You can create a function module by passing importing, exporting, changing, tables, exceptions.
The parameters exported by program will be importing parameters to function module. The parameters imported by program will be exporting parameters to function module.
‎2006 Dec 07 9:33 AM
Hi,
Goto transaction se37.
Go to menu 'Goto' --> Function Group --> Create Group.
Give the function group name and the short text.
The function group will be created.
Hope this helps you,
Regards,
Vijaya.
‎2006 Dec 07 9:38 AM
Hi Chayaarungupta ,
You can create it through SE37 as explained above or go to SE80 , from the drop down select function groups and enter the name of FG you want to create.
Regards
Arun
‎2006 Dec 07 9:43 AM
hi ,
go to se80 -->click repository ,you will have a drop down ->select your package -> right click on your package name -> create -> function group .
while creating a function module add your function group in the required field .