Symptom
During the execution of program RC_CRM_COLLECT_ANALYSIS_DATA, the following Dump appears:
Category ABAP Programming Error
Runtime Errors DBSQL_CONVERSION_ERROR
ABAP Program CL_CRM_RCX_TOOLS==============CP
Application Component SV-SMG-CM
Short Text
Conversion not possible.
What happened?
Error in the ABAP Application Program
The current ABAP program "CL_CRM_RCX_TOOLS==============CP" had to be
terminated because it has
come across a statement that unfortunately cannot be executed.
Source Code Extract
SourceCde line issue:
185 " Number of records
>>>>> SELECT COUNT( * ) INTO ls_cust_tables-num_rec FROM (ls_cust_tables- tabname).
Error analysis
During a SELECT access, the read data could not be placed in the target field.
Either the conversion is not supported for the target field type, the
target field is too small to take the value, or the data does not have
the required format for the target field. The value to be converted is "<Table Size>"
The table field has ABAP type 8 length 8 with 0 decimal places. The ABAP
field has type "I" length 4 with 0 decimal places.
Read more...
Keywords
RC_CRM_COLLECT_ANALYSIS_DATA, SAP Customer Experience Solutions, DBSQL_CONVERSION_ERROR, SAP Readiness Check, CL_CRM_RCX_TOOLS==============CP , KBA , SV-SCS-S4R , SAP Readiness Check , SV-SMG-CM , Change Request 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.