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

Former Member
0 Likes
886

where do i create this fG

and what i need to know about

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
851

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
Read only

Former Member
0 Likes
851

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

Read only

Former Member
0 Likes
852

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.

Read only

Former Member
0 Likes
851

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.

Read only

Former Member
0 Likes
851

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.

Read only

nishanthbhandar
Contributor
0 Likes
851

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

Read only

Former Member
0 Likes
851

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

Read only

Former Member
0 Likes
851

Hi rani,

check the link:

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

award points if helpful.

regards,

keerthi.

Read only

Former Member
0 Likes
851

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