SAP Knowledge Base Article - Preview

2745116 - Incorrectly specified function modules or parameters produce runtime errors and not syntax errors

Symptom

Following runtime errors happen if the called function modules or its parameters are incorrectly specified,
however the syntax check doesn't raise any error.

ExceptionRuntime ErrorCause
CX_SY_DYN_CALL_ILLEGAL_FUNCCALL_FUNCTION_NOT_ACTIVEThe called function is known but not active.
CX_SY_DYN_CALL_ILLEGAL_FUNCCALL_FUNCTION_NOT_FOUNDThe called function is unknown.
CX_SY_DYN_CALL_ILLEGAL_TYPECALL_FUNCTION_CONFLICT_GEN_TYPThe type of the actual parameter does not meet the requirements of the function interface.
CX_SY_DYN_CALL_ILLEGAL_TYPECALL_FUNCTION_CONFLICT_LENGThe actual parameter does not have the length expected by the function.
CX_SY_DYN_CALL_ILLEGAL_TYPECALL_FUNCTION_CONFLICT_TYPEThe actual parameter does not have the type expected by the function.
CX_SY_DYN_CALL_ILLEGAL_TYPECALL_FUNCTION_NO_VBOnly valid functions can be called in the update.
CX_SY_DYN_CALL_ILLEGAL_TYPECALL_FUNCTION_WRONG_ALIGNMENTAn actual parameter does not meet the alignment requirements of the corresponding formal parameter.
CX_SY_DYN_CALL_PARAM_MISSINGCALL_FUNCTION_PARM_MISSINGThe function expects a parameter not specified by the caller.
CX_SY_DYN_CALL_PARAM_NOT_FOUNDCALL_FUNCTION_PARM_UNKNOWNThe caller specified a parameter not recognized by the function.


Read more...

Environment

ABAP System.

Product

SAP NetWeaver all versions

Keywords

CX_SY_DYN_CALL_ILLEGAL_TYPE, syntax, extended program check, CALL_FUNCTION* , KBA , BC-ABA-LA , Syntax, Compiler, Runtime , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.