Hi Experts,
I'm getting dump every hour and canceled job.
Dump called CREATE_DATA_UNKNOWN_TYPE exception CX_SY_CREATE_DATA_ERROR
Cancel Job: E2E_EC_JES_002021761
Canceled job LOG: Job started
Step 001 started (program E2E_EXTRACTOR_CONTROLLER, variant JES_0020217618, user ID SMP_USER)
ABAP/4 processor: CREATE_DATA_UNKNOWN_TYPE
Job cancelled
Short Text
CREATE DATA: The specified type "/BI0/V0SMD_PE2H2" is no 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.
what can you do?
Note down which actions and inputs caused the error.
To process the problem further, contact you SAP system
administrator.
Using Transaction ST22 for ABAP Dump Analysis, you can look
at and manage termination messages, and you can also
keep them for a long time.
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_DATA_LOADER100" "(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/V0SMD_PE2H2" at CREATE DATA is no valid
data type.
The type is either unknown or an object type.
Please help!
Thanks,