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

functionfroup

Former Member
0 Likes
675

hi

can any body tell me how to create function group..

and why we need function sap provides by default function groups.....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
654

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

5 REPLIES 5
Read only

Former Member
0 Likes
655

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

Read only

Former Member
0 Likes
654

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

Read only

Former Member
0 Likes
654

Hi,

You can create Function group un SE80 trnx.

It is used to pack Group of related functions.

Rgds,

Jothi.

Read only

0 Likes
654

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

Read only

Former Member
0 Likes
654

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