Symptom
After activating Custom Code Management (CCM), you observe the following dumps in the solution manager system:
Category ABAP Programming Error
Runtime Errors CREATE_DATA_UNKNOWN_TYPE
Except. CX_SY_CREATE_DATA_ERROR
ABAP Program SAPLSMD_FUNC
Application Component SV-SMG-DIA
Short Text
CREATE DATA: The specified type ("/BI0/V0SM_UPLMD2") is not a valid data type.
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLSMD_FUNC" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
Error analysis
An exception has occurred which is explained in more detail below. The
exception is assigned to class 'CX_SY_CREATE_DATA_ERROR' and was not caught in
procedure
"SMD_INFOPROV_READ_RFC" "(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:
The type specified dynamically in CREATE DATA ("/BI0/V0SM_UPLMD2") is not a
valid data
type.
The type is either unknown or is an object type.
Source Code Extract
|>>>>>| CREATE DATA lt_data TYPE TABLE OF (l_infoprov_stru). |
Read more...
Environment
SAP Solution Manager 7.2
Product
Keywords
CX_SY_CREATE_DATA_ERROR, CREATE_DATA_UNKNOWN_TYPE, dumps, custom code management, ccm, activation , 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.
SAP Knowledge Base Article - Preview