ABAP Runtime Errors

CALL_FUNCTION_NOT_ACTIVE SAP ABAP Runtime Error call function not active







CALL_FUNCTION_NOT_ACTIVE is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: F - Installation Errors

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


CALL_FUNCTION_NOT_ACTIVE ABAP Runtime Error

If a) applies
Activate function module "<runtime parameter>" in the function library.

If b) applies
Since this error might be due to an incomplete transport, the function group containing "<runtime parameter>" should be transported again.

For further information, see SAP Note 214649. Please see search hints for more details about the possible cause of this runtime error and how it could be avoided.

Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.

The function module is not active or does not contain any code. Please see installation error for more details about the possible cause of this runtime error and how it could be avoided.

An attempt was made to execute the CALL FUNCTION statement in program <runtime parameter>. The name of the function module to be called is "<runtime parameter>".
""<runtime parameter>" cannot be found in its function group though.

Possible causes:
a) Function module "<runtime parameter>" has not been activated. This means that it cannot be found at runtime.

b) The function library contains an incorrect entry for "<runtime parameter>".

c) The function module does not contain any code at all. Even FUNCTION ... ENDFUNCTION is missing. Please see installation error for more details about the possible cause of this runtime error and how it could be avoided.

It cannot be found in its function group though. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.