Symptom
Data collection for the Custom Code services causes the following ST22 dump in the managed system:
Runtime Errors CALL_FUNCTION_PARM_UNKNOWN
Exception CX_SY_DYN_CALL_PARAM_NOT_FOUND
Short text
Function parameter "IV_PARTNER" is unknown.
What happened?
Error in the ABAP application program.
The current ABAP program "/SDF/CL_CCM_AGS_CC_TRAN_PROG==CP" had to be
interrupted because it contains
a statement that cannot be executed.
Function module "/SDF/CMO_GET_CUST_OBJ" was called
with the parameter "IV_PARTNER".
This parameter is not defined.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_NOT_FOUND', was
not caught in
procedure "GET_CUSTOMER_TRANSACTIONS" "(METHOD)", nor was it propagated by a
RAISING clause.
Source Code Extract
1 METHOD get_customer_transactions.
2 DATA:
3 lt_mod_cust_obj TYPE TABLE OF tadir,
4 lt_object_types TYPE sotr_objects.
5
6 * DATA(lt_object_types) = VALUE sotr_objects( ( 'TRAN' ) ).
7 APPEND 'TRAN' TO lt_object_types.
8
>>>>> CALL FUNCTION '/SDF/CMO_GET_CUST_OBJ'
10 EXPORTING
Active Calls/Events
6 METHOD /SDF/CL_CCM_AGS_CC_TRAN_PROG==C /SDF/CL_CCM_AGS_CC_TRAN_PROG==CM00 9
/SDF/CL_CCM_AGS_CC_TRAN_PROG=>GET_CUSTOMER_TRANSACTI
5 METHOD /SDF/CL_CCM_AGS_CC_TRAN_PROG==C /SDF/CL_CCM_AGS_CC_TRAN_PROG==CM00 14
/SDF/CL_CCM_AGS_CC_TRAN_PROG=>GET_PROGRAMS_TRANSACT
Read more...
Environment
- Solution Manager 7.1 and 7.2
- Managed System Prerequisites: ST-PI 2008_1_710
Product
Keywords
CCM, CALL_FUNCTION_PARM_UNKNOWN, 2350691 , 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.