Good day All,
How do we correct the following error:
An St22 dump is created every few minutes on a client's BW system, displaying the following error:
CREATE_DATA_UNKNOWN_TYPE
CX_SY_CREATE_DATA_ERROR
CREATE DATA: The specified type "/BI0/V0SMD_EA1H2" is no valid data type.
How to correct the error
If the specified type "/BI0/V0SMD_EA1H2" is an object type, then new objects of
this
type (instances) are not created with CREATE DATA, but with
CREATE OBJECT.
If the type is unknown, then it must be created in the program or in the
ABAP dictionary.
Probably the only way to eliminate the error is to correct the program.
-
If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:
"CREATE_DATA_UNKNOWN_TYPE" "CX_SY_CREATE_DATA_ERROR"
"SAPLSMD_FUNC" or "LSMD_FUNCU04"
"SMD_DATA_LOADER100"
System information:
Database = MSSQL
SAP NetWeaver BI 7.0: SAPKW70028
Your advise will be appreciated.