‎2009 Apr 27 3:26 PM
Hi Gurus,
I am creating a new Function Module ,Syntacticallly it is correct but when I am trying to activate it , I am getting an error REPORT/PROGRAM statement missing,or program type is I (Include) .
Can U please share a solution for this.
Thank U very Much in advance.
‎2009 Apr 27 3:32 PM
Hi,
Activate the function group program,
Click on attribute tab-> Double click on function group-> click on main program
activate the all the includes in it. there will be 3 includes
or
check the errors in function modules in that function group
include <functio group>uxx
Regards
Krishna
‎2009 Apr 27 3:32 PM
Hi,
Activate the function group program,
Click on attribute tab-> Double click on function group-> click on main program
activate the all the includes in it. there will be 3 includes
or
check the errors in function modules in that function group
include <functio group>uxx
Regards
Krishna
‎2009 Apr 27 3:46 PM
FUNCTION ZLALIT_TEST.
*"----
""Local Interface:
*"----
ENDFUNCTION.
You function module source code is enclosed between funtion endfunction.
The possible reason why you are getting this error is due to missing of Function statement.
Please check it out in your function module.
Regards,
Lalit Mohan Gupta.