Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DATASET MISMATCH ERROR

Former Member
0 Likes
378

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>

1 REPLY 1
Read only

Former Member
0 Likes
346

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.