Application Development 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: 

doubt in remote enabled module

Former Member
0 Kudos
110

hi all

i am creating a fn. module (rfc).when i activate the fn. module it shows an error (report/program statement missing or program type is include). my fn group is inactive how to active that ... is the problem is because of fn group....please help in this regard

thanks

lokesh

1 ACCEPTED SOLUTION

Former Member
0 Kudos
86

hi,

may be one of the include in the F.Gr. has some problem.

u can activate F.Gr from <b>SE37</b>,

<b>ENVIRONMENT -> INACTIVE OBJECTS -> FUNCTION ROUPS</b>

hope this helps..

reward if useful..

8 REPLIES 8

shishupalreddy
Active Contributor
0 Kudos
86

Hi,

Activate the function group to get frre from that error

Go to SE80.

sELECT fUNCTION GROUP OPTION

give the function group name

activate it .

regards,

0 Kudos
86

it show the same error iwhen i try to activate the fn group....

thanks

0 Kudos
86

try to click on the button "ACTIAVE ANY WAY". and after that check syntax. you dont get any problem,i guess

Thanks

Srikanth

Former Member
0 Kudos
86

in the function module,

menu path-> gotO->MAIN Program .

now ACTIVATE your MAIN PROGRAM first.

even if you are getting any error like that , click on the button "ACTIVATE ANY WAY".

now you dont get that error again.

Regardss

srikanth

Message was edited by: Srikanth Kidambi

Former Member
0 Kudos
86

hi

you are function group is inactive..

1. se37-put in your function module- click change.

2. click on function module- check - extenden program check.

It will display 2 fatal exceptions. These exceptions are the 2 include files of the function group.

one is the include file with all the collections of function modules. (this has further include file)

The other one is the top file with all global data declarations. (this has further include file)

3. double click on each of the includes, and in turn double click on the include files inside them. AND ACTIVATE ALL OF THEM ONE BY ONE.

4. the include files below will give a warning- still activate them any way.

then

5. click back till you return to the function module screen.

7. check, save and activate- and the eror is gone.

hope it was helpful..

Former Member
0 Kudos
87

hi,

may be one of the include in the F.Gr. has some problem.

u can activate F.Gr from <b>SE37</b>,

<b>ENVIRONMENT -> INACTIVE OBJECTS -> FUNCTION ROUPS</b>

hope this helps..

reward if useful..

muhammed_nishad
Participant
0 Kudos
86

I also faced the sam e problem I hope the error message you got is something like 'include I'

I suppose you have made the function goroup while creating the function module itself.

try other war round go to se80-> function groups-> create a function group-> create a function module.

this will solve the problem.

thank you

Former Member
0 Kudos
86

hi

you are function group is inactive..

1. se37-put in your function module- click change.

2. click on function module- check - extenden program check.

It will display 2 fatal exceptions. These exceptions are the 2 include files of the function group.

one is the include file with all the collections of function modules. (this has further include file)

The other one is the top file with all global data declarations. (this has further include file)

3. double click on each of the includes, and in turn double click on the include files inside them. AND ACTIVATE ALL OF THEM ONE BY ONE.

4. the include files below will give a warning- still activate them any way.

then

5. click back till you return to the function module screen.

7. check, save and activate- and the eror is gone.

hope it was helpful..