SAP Knowledge Base Article - Preview

2162550 - SAP Solution Manager 7.10 shows ABAP dumps CREATE DATA: The specified type /BI0/V0SM_SIZES2 is no valid data type.

Symptom

In the SAP Solution Manager the following ABAP Dumps are being created frequently:

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
Date and Time         

Short text
    CREATE DATA: The specified type "/BI0/V0SM_SIZES2" is no valid data type.

....

Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_CREATE_DATA_ERROR', was not
     caught in
    procedure "SMD_GET_REQUESTS" "(FUNCTION)", nor was it propagated by a RAISING
     clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    The dynamically specified type "/BI0/V0SM_SIZES2" at CREATE DATA is no valid
     data type.

    The type is either unknown or an object type.

....

 

How to correct the error
    If the specified type "/BI0/V0SM_SIZES2" 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_FUNCU05"
    "SMD_GET_REQUESTS"


Read more...

Environment

  • SAP Solution Manager 7.10

Product

SAP Solution Manager 7.1

Keywords

CREATE_DATA_UNKNOWN_TYPE /BI0/V0SM_SIZES2 CX_SY_CREATE_DATA_ERROR SMD_GET_REQUESTS SAPLSMD_FUNC SM_EFWK AGS_DVM_TOPOBJ_EXTRACT , KBA , SV-SMG-DVM , Data Volume Management , SV-SMG-DIA-SRV-EFW , Extractor Framework , 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.