2013 Dec 06 8:31 AM
Hello,
I have a problem like screen shot below when I activate my function module which I've been created.
Can anyone help me to solve this problem?
2013 Dec 06 8:36 AM
Hello Ibnu,
you might be missing the FUNCTION statement in your FM.
Check that and let us know.
thanks,
bhaskar
2013 Dec 06 8:36 AM
Hi ,
Go to SE80 and activate your main program.Then try to activate the FM.That should resolve your problem.
BR,
Giri
2013 Dec 06 8:38 AM
Hi,
Check if you have activated the function group. If not, activate both function group and function module at a time.
Thanks,
Ramlal.
2013 Dec 06 9:40 AM
Hi Ramlal,
Its Because You may have Defined Two TOP INCLUDES, that's Why this Problem is coming.
Only Maintain One Top Include Delete Another TOP INCLUDE.
This is not major problem ,its just like warning.
Try to Activate any way it will activate.
Regards,
Hiriyappa.
2013 Dec 06 8:41 AM
HI ibnu,
this error comes because the function group is not being active , you can active it by going to se80 and activate the function group .
Regards,
sivaganesh
2013 Dec 06 8:47 AM
Hi Ibnu,
Please follow the below step by step.It will Solve ur error.
this is the problem with the function group.if the function group is not active then you will get this error.please follow these steps to activate the function group.
1)go to se37
2)go to menu item Goto
3)go to Function Groups->Display Group
4)enter the functiona group name and press enter
5)you will get another screen.In that click on main program.
6)you will get abap editor with the functionpool name as SAPLfunctiongroupname
7)click on Include provided for Global data.you will go to the abapeditor with that include.activate it.
8)click on include provided for function modules.you will go to the abapeditor with that include.activate it.go back.
9)click on activate in the screen that you get in step 6.
now activate the functional module.you will not get any error.
Thanks
Tarak
2013 Dec 06 8:56 AM
U CAN DO THIS WAY ALSO.
Goto SE80->Give Function group name->Right click on it->Activate.
2013 Dec 06 9:13 AM
Hi Ibnu,
This error means the main program under which this appears is not active. So first activate the function group which contains the function module and then try activating the function module. Please post if issue persists.
Regards,
Sheetal.
2013 Dec 06 9:18 AM
Hi,
This happens for two reasons.
1) The report statement in the function group of the function module is deleted.
2) The function group in which you have you function module is not active.
Go to Se80 and activate the function group or you can even activate it from the SE37. Give the function module name and in goto menu choose function group and display group. Activate the function group there. This should solve the problem.
Regards,
Kethan