Symptom
- SCMON aggregation extractors are failing with the error "Function parameter "IV_WLI_ID" is unknown"
- The below dump is generated in the Solution Manager system:
Category: ABAP Programming Error
Runtime Errors: CALL_FUNCTION_PARM_UNKNOWN
Except.: CX_SY_DYN_CALL_PARAM_NOT_FOUND
ABAP Program: SAPLAGS_CC_SCMON_DSO_2_CUBE
Application Component: SV-SMG-CCM
Short Text
Function parameter "IV_WLI_ID" is unknown.
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLAGS_CC_SCMON_DSO_2_CUBE" had to be terminated because it has come across a statement that unfortunately cannot be executed.
Function module "AGS_CC_SCMON_D2P_PDL" was called with parameter "IV_WLI_ID". This parameter is not defined there however.
Error analysis
An exception has occurred which is explained in more detail below. The
exception is assigned to class 'CX_SY_DYN_CALL_PARAM_NOT_FOUND' and was not
caught in procedure
"AGS_CC_SCMON_DSO_2_CUBE_Y_PDL" "(FUNCTION)", nor was it propagated by a
RAISING clause.
Since the caller of the procedure could not have anticipated this
exception, the current program was terminated.
The reason for the exception is:
Function module "AGS_CC_SCMON_D2C_PDL" was called with parameter "IV_WLI_ID".
This parameter is not defined there however.
Source Code Extract
Line |SourceCode
| 11|
|>>>>>| CALL FUNCTION 'AGS_CC_SCMON_D2C_PDL'
Read more...
Environment
SAP Solution Manager 7.2
Product
Keywords
ccm, custom code management, CALL_FUNCTION_PARM_UNKNOWN, CX_SY_DYN_CALL_PARAM_NOT_FOUND, IV_WLI_ID is unknown, AGS_CC_SCMON_DSO_2_CUBE extractor , KBA , SV-SMG-CCM , Custom Code Management , 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.