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

Tcode QA32

Former Member
0 Likes
630

HI All,

while opening tcode qa32 in my server i get error CONNE_IMPORT_CONVERSION_ERROR.

Error in the ABAP Application Program

The current ABAP program "RQEEAL10" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_CONVERSION_CODEPAGE', was not

caught in

procedure "%_IMPORT_VARI_DYN" "(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 an object, it was discovered that one or more characters

could not be converted or conversion would cause a change of length.

With the addition IGNORING CONVERSION ERRORS things that cannot be

converted do not cause the conversion to be stopped.

2 REPLIES 2
Read only

former_member201275
Active Contributor
0 Likes
530

Your config is likely incorrect. Please check OQI4.

Read only

former_member201275
Active Contributor
0 Likes
530

Ignore my last reply and refer to sap notes 1412650 and 1506671 these explain everything.