Application Development and Automation 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: 
Read only

Erroe while creating FM

Former Member
0 Likes
386

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
358

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

2 REPLIES 2
Read only

Former Member
0 Likes
359

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

Read only

Former Member
0 Likes
358

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.