‎2010 Nov 17 7:14 AM
Hi Experts ,
Please advice a fix on the below dump.
CONNE_IMPORT_WRONG_COMP_LENG
exception CX_SY_IMPORT_MISMATCH_ERROR
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was
not caught in
procedure "%_IMPORT_VARI_CLNT" "(FORM)", 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:
When importing the object "GRPID", the component 3 in the dataset
had a different length from the corresponding component of the
target object in the program "/VIRSA/ZVRATBAK".
The length is 60 in the dataset, but 18 in the program.
Thanks & regards,
Venkatesh
‎2010 Nov 17 9:06 PM
correct the length in the program, by supplying same type as appears in database table.
‎2010 Nov 17 9:06 PM
correct the length in the program, by supplying same type as appears in database table.
‎2011 Apr 26 4:03 PM
‎2019 Oct 21 7:06 PM
Hi Venkatesh,
How you corrected this length in the program. can you please let us know