Hi All,
Could you please help me on the below dump in custom report.
Category ABAP programming error
Runtime Errors CONNE_IMPORT_WRONG_COMP_LENG
Except. CX_SY_IMPORT_MISMATCH_ERROR
ABAP Program ZXXXXXXXXXX
Application Component Not assigned
Date and Time 24.02.2021 07:30:04
Short Text
Error during IMPORT of object "O_101" Error analysis An exception has occurred which is explained in more detail below. The exception is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR' and was not caught in procedure "%_IMPORT_VAR_FROM_MEM" "(FORM)", 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:
When importing object "O_101", component number 3 in the dataset had a different length to the corresponding component of the target object in program "ZXXXXXXXXXXX". The length is 6 in the dataset, but 8 in the program.
.
Best Regards,
Sreenivas