‎2007 May 18 10:00 AM
I have created a function group called zvendorgroup.
In that group i have created a simple function module called zvendfun.
The ABAP editor shows that the function module is syntatically correct but when i activate it an error pops up which is "The main program of the function ZVENDFUN does not begin with "FUNCTION-POOL".
How do i activate this function module that i have created. do i have to activate the function group that i have created. If yes then How?
Regards,
Vinod.
‎2007 May 18 10:02 AM
Activate the function group ie in SE80> enter the function group> right click & activate..
~Suresh
‎2007 May 18 10:02 AM
Activate the function group ie in SE80> enter the function group> right click & activate..
~Suresh
‎2015 May 27 2:54 PM
‎2007 May 18 10:02 AM
Hi
All the programs in that Function Group are OK, then only your function module will be activated.
Even if there is some error in one of the fun module it will give error and yours will not get activated.
so first correct the error.
Go to the Main program from the menu and find out the error and rectify and then activate.
Reward points if useful
Regards
Anji
‎2007 May 18 10:06 AM
hi Vinod,
Open the function group , and activate the TOP and UXX include of the function group .then try activating your function module zvendfun .
It should work ..
Reward if helpful !
Regards,
Ranjita
‎2008 May 29 3:04 PM
hi vinod,
u have to activate the topinclude then only u can activate the FM...
try activating the top FM...
regards,
vamshi
‎2019 Oct 31 3:56 PM