2006 Oct 07 11:49 AM
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
2006 Oct 07 11:59 AM
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..
2006 Oct 07 11:56 AM
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,
2006 Oct 07 11:58 AM
it show the same error iwhen i try to activate the fn group....
thanks
2006 Oct 07 12:00 PM
try to click on the button "ACTIAVE ANY WAY". and after that check syntax. you dont get any problem,i guess
Thanks
Srikanth
2006 Oct 07 11:57 AM
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
2006 Oct 07 11:58 AM
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..
2006 Oct 07 11:59 AM
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..
2006 Oct 07 12:05 PM
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
2006 Oct 07 12:12 PM
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..