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

Runtime error CONNE_IMPORT_WRONG_COMP_LENG

former_member508696
Participant
0 Likes
2,015

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
804

correct the length in the program, by supplying same type as appears in database table.

3 REPLIES 3
Read only

Former Member
0 Likes
805

correct the length in the program, by supplying same type as appears in database table.

Read only

former_member508696
Participant
0 Likes
804

Program length matched and corrected.Thanks

Read only

Former Member
0 Likes
804

Hi Venkatesh,

How you corrected this length in the program. can you please let us know