‎2007 May 15 5:59 AM
Hi all,
while executing a transaction it is giving short dump.
below is the error analysis in detail
please help me in sorting this out.
<b>error analysis</b>
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 "SO_PROD3", the component 3 in the dataset
had a different length from the corresponding component of the
target object in the program "YV00_RV_TLOAN_0064".
<b>The length is 16 in the dataset, but 6 in the program.</b>
‎2007 May 15 6:06 AM
hi siva,
i think that in your program u have a declared or used a parameter r data variable of length 6 only. but when ur progarm executed its using of length 16 for that modify the parameter/variable length to 16 or more than 16 then ur program executes perfectly.
helpful reward some points.
with regards,
suresh babu aluri.