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

function group creation

Former Member
0 Likes
817

how to create a function group for function module

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
775

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.

7 REPLIES 7
Read only

Former Member
0 Likes
775

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm">Create function group for FM</a>

Read only

Former Member
Read only

Former Member
0 Likes
775

Hi,

Go to se37 initial screen,

menu-goto

create function group.

give name and discription..

activate it.

Regards,

pankaj singh.

reward if helpful.

Read only

0 Likes
775

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.

Read only

Former Member
0 Likes
776

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.

Read only

Former Member
0 Likes
775

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

Read only

Former Member
0 Likes
775

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 .