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

ERROR IN FUNCTION MODULE

Former Member
0 Likes
939

Hi ,

i have created one function module.there is no sysntax error but when i am activating its giving me one error like

"REPORT OR PROGRAM STATEMENT IS MISSING

OR PROGRAM TYPE IS I (INCLUDE)."

WHAT IS THE WAY TO REMOVE THIS ERROR !

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
716

Hi,

While creating the FM you have assigned to one Function Group, this Function Group is not active. Therefore you are getting this error.

Go to SE80 --> Function Group from the list --> select the Function group and right click and select activate.

Your issue will be solved.

Thanks,

Sriram Ponna.

4 REPLIES 4
Read only

Former Member
0 Likes
716

Hi,

R u trying to write a code in an include? If yes, then this error would be dispayed. Or else i see no reason why your function module should not get activated.

Thanks

Nayan.

Read only

0 Likes
716

I DIDNT GET YOU !

HOW TO REMOVE THIS ERROR !

Read only

Former Member
0 Likes
716

Hi Jyotirmoy,

Try this way:

Go to SE37 initial screen -> Enter FM name ->Cltr+F3 (Activate).

Hope this helps.

Manish

Read only

Former Member
0 Likes
717

Hi,

While creating the FM you have assigned to one Function Group, this Function Group is not active. Therefore you are getting this error.

Go to SE80 --> Function Group from the list --> select the Function group and right click and select activate.

Your issue will be solved.

Thanks,

Sriram Ponna.