Application Development 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: 

function group

Former Member
0 Kudos

where do i create this fG

and what i need to know about

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi rani,

goto se37 IN THAT CLICK

GOTO->FUNCTION GROUPS->CREATE GROUP

JUST GIVE NAME AND DESCRIPTION AND SAVE FUNCTION GROUP IS CREATED.

HOPE THIS HELPS,

PRIYA.

8 REPLIES 8

Former Member
0 Kudos

hi

to create a fg

goto <b>se37->goto->function groups->create group</b>

the function group can hold many fms .It will b loaded into the abap memory only once if any one of the FM from the group is called in any program

Former Member
0 Kudos

hi rani,

goto se37 IN THAT CLICK

GOTO->FUNCTION GROUPS->CREATE GROUP

JUST GIVE NAME AND DESCRIPTION AND SAVE FUNCTION GROUP IS CREATED.

HOPE THIS HELPS,

PRIYA.

Former Member
0 Kudos

Hi rani,

1. Create an empty function group via

SE80.

2. Then thru se37,

u can add/create a Function module

and put it under that function group.

regards,

amit m.

Former Member
0 Kudos

Create a Function Group in SE80 (using dropdown list) or SE37 (thru menu bar Goto > Function Groups > Create Group).

You need a unique Z or Y name for it.. and short text to describe it to other developers.

nishanthbhandar
Contributor
0 Kudos

You can create a function group from SE80.Here you type a name for the fucntion group.Press enter and then a popup will appear asking u to create it. or from SE37 you can create using the menu GOTO->FUNCTION GROUPS->CREATE GROUP.

Is this what u want to know or is it something else .. ?

Cheers

Nishanth

Former Member
0 Kudos

Hai Rani

Go to SE80 -->goto 'Work Bench > Other Objects> Select function Group -->Create

Finally it asks Development Class

then Go to SE37 and Create a Function Module under thar Function Group.

Thanks & regards

Sreenivasulu P

Former Member
0 Kudos

Hi rani,

check the link:

http://help.sap.com/saphelp_nw04/helpdata/en/d1/801ef5454211d189710000e8322d00/content.htm

award points if helpful.

regards,

keerthi.

Former Member
0 Kudos

You can create a FG in two ways.

One is Transaction SE37

(Menu bar) GOTO----->Click on FUNCTION GROUPS and -


> Click on CREATE GROUP

The main purpose of Function Group is all similar function modules can be place it group for different purposes.

Another way is Use T-code SE80

Regards

Prabhu