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

Hi ABAPers,

i have created a new functional module and want to store it in a new function group. but when i am activating this FM an error is coming.

Error : Report Statement is missing .

please tell me the steps to create a new FG for FM and how to activate it.

Regards,

Debjani Lahiri

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Pleaes follow below steps to create a function group:

1. Go to SE37.

2. Use menupath: Goto->Function Groups->Create Function Group.

3. Now when creating a function module, specify the same Function group for assigning.

Kind Regards

Eswar

9 REPLIES 9

Former Member
0 Kudos

Hi Debjani,

Chk this

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

Former Member
0 Kudos

go to se80 create your Function group and activate it.

now in se37 create your fn module and activate it.

regards

shiba dutta

Former Member
0 Kudos

Hi

Pleaes follow below steps to create a function group:

1. Go to SE37.

2. Use menupath: Goto->Function Groups->Create Function Group.

3. Now when creating a function module, specify the same Function group for assigning.

Kind Regards

Eswar

Former Member
0 Kudos

Hi,

after assigning your function module to the function group go to your function module ...menu-goto-global data .... activate it anyway

menu-goto-main program-activate

this will activate your function group.

Regards,

pankaj singh.

<i><b>**** reward points if helpful</b></i>

Former Member
0 Kudos

If you have already created FM, and by mistake saved into diffrent Function group.

and now want to change, do the following:-

se37>give your FM name(donnot fo inside FM)>click on <B>'REASSIGN'</b> button,

it will store your function module in new function group.

Former Member
0 Kudos

Hi,

For FG and FM, use Se37.

For activating select the Function Group name in SE80 and right click and activate. U wont get the error.

Rgds,

Prakash

Former Member
0 Kudos

Hello Debjani,

Firstly u create a FG. Goto SE80. Enter ur custom FG and press enter. The system should indicate that the FG doesn't exist do u want to create. Create the same and assign proper development class to it. Then go on th ecreate FM and attach the FG to it. This should resolve the error which u are getting at this point.

Former Member
0 Kudos

Hi,

1)Create Function Module .. While Creating FM itself it ask the Fun.Grp.

2) Specify the F.G If it is not existing it will give error.

3) Then Go Back to the SE37 Start Screen .Select GOTO -> Function Groups -> Create Group..

Then specify the name, Short text and save.

Now Create the FM and actvate the FM.And FG..

Note : While activating the FM Select the Group in that Activation Screen

Ur FG Name looks SAPL<FG NAME>.

Former Member
0 Kudos

Hi,

1)Create Function Module .. While Creating FM itself it ask the Fun.Grp.

2) Specify the F.G If it is not existing it will give error.

3) Then Go Back to the SE37 Start Screen .Select GOTO -> Function Groups -> Create Group..

Then specify the name, Short text and save.

Now Create the FM and actvate the FM.And FG..

Note : While activating the FM Select the Group in that Activation Screen

Ur FG Name looks SAPL<FG NAME>.

OR

If u get error.

Just goto SE38 Activate ur FUNCTION GROUP HERE.