‎2008 May 21 8:12 AM
I created function module on ecc 6.0,when i activated the FM it gives below error,can u check it,
REPORT/PROGRAM statement missing,or program type is i (INCLUDE).
‎2008 May 21 8:16 AM
Hi,
The function module's function group's main program should have the heading at the top of the program.
Goto se80 and enter the fucntion group and see the program.
Cheers.
...Reward if useful.
‎2008 May 21 8:16 AM
Hi,
u need to activate the includes in the funcion group.
and u need to activate all the concerned objects,
then only it will get activated.
Regards,
Jagadish
‎2008 May 21 8:17 AM
Select all the objects.
You have to active all the objects together.
Then it will get activated.
Regards,
Madan.
‎2008 May 21 8:19 AM
Hi,
While creating function module, you may assigned the function module to function group, that function group is may not be active, that is the reason you are getting this error.
Go to SE80 --> Select function group from the list box --> select your function group --> Right click on the function group --> Activate the function group.
Your issue will be resolved.
Thanks,
Sriram Ponna.
‎2008 May 21 8:21 AM
Hi,
I tried your scenariao.
activate the function group also
object object name
FUNC function module name --> function moduile
REPS Lfunction group name
REPS SAPLfunction group name
this will do the activation
reward if use full
taher
‎2008 May 21 8:23 AM
Can you please share the code?
I tried to recreate the scenario you're talking about, but I couldn't..I'm also on ECC6.0, but I activated the custom FM without problems.
This did happen to me too a while ago, but I need to see the code to be able to remember what the issue is - it's probably a tiny detail that needs to be fixed.
Regards,
SD.
‎2008 May 21 8:35 AM
Hi,
I tried your scenariao.
activate the following
object opbject name
FUNC function module name
REPS Lfunction group name
REPS SAPLfunction group name
this will do the activation
reward
taher