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

CALL_FUNCTION_NOT_ACTIVE

Former Member
0 Likes
4,409

Guys,

Suddently today, all the functiom modules in teh perticular function group started getting into DUMP.

Around 30 such are affected and these were not touched from long time.

All functions does exist and are active.

Please help guys. I am in deep trouble.

====

Category               Installation Errors
Runtime Errors         CALL_FUNCTION_NOT_ACTIVE
Except.                CX_SY_DYN_CALL_ILLEGAL_FUNC
Date and Time          03/08/2013 11:06:28

Short text
     The function module is not active or contains no code.

What happened?
     The current program had to be terminated because of an
     error when installing the R/3 System.
     cannot be found in its function group.

     Error in the ABAP Application Program

     The current ABAP program "ZBAAS_CHARGE_PLAN_1===========FT" had to be
      terminated because it has
     come across a statement that unfortunately cannot be executed.

======

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,325

Check if main function group program is active, an include may have been de-activated in it.

Regards,

Raymond

Read only

VijayCR
Active Contributor
0 Likes
2,325

Hi Pranu,

Chcek if some one has implemented any note effecting all the all function modules if its a standard one Else Chcek if you have any functiona module not active so it might be effecting function  Group to get activated.

Thnaks,

Vijay

Read only

Former Member
0 Likes
2,325

Hi,

Open your program and activate all the function modules and corresponding function groups what ever you have used in your program.

Thanks

Mani

Read only

Former Member
0 Likes
2,325

Hi,

Check if all the includes are activated. Otherwise go to SE80 and active the function group, This will activate all the function modules included in the hierarcy. Refer to screen shot attached.

Thanks,

Tooshar Bendale

Read only

Former Member
0 Likes
2,325

Hi,

"cannot be found in its function group."

The above statement states that the problem is in the function group. As suggested above goto se80 and activate it. I am sure you will get the solution. But still if the problem is still there, create a z function group and copy all the function modules in it and activate.

Please try and do let us know.

Regards

Purnand