‎2011 Jun 28 10:15 AM
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.
‎2011 Jun 28 10:23 AM
‎2011 Jun 28 10:26 AM
Ignore my last reply and refer to sap notes 1412650 and 1506671 these explain everything.