Hello,
today i have tried to connect to one of our non-unicode SAP development systems.
This system is based on 7.31 SP4. SAP-KERNEL 7.20 - 201
In the ABAP project creation wizard i got the error:
"Logon to system xxx failed (System failure: "A character set conversion is not possible." (For detailed information, check the generated short dump in transaction ST22 of system "XXX"))"
In the ST22 the following dump appeared:
Category ABAP Programming Error
Runtime Errors CONVT_CODEPAGE
Except. CX_SY_CONVERSION_CODEPAGE
ABAP Program CL_ABAP_CONV_IN_CE============CP
Application Component BC-ABA-LA
Date and Time 31.07.2013 12:37:36
Short text
A character set conversion is not possible.
What happened?
At the conversion of a text from codepage '4102' to codepage '1100':
- a character was found that cannot be displayed in one of the two
codepages;
- or it was detected that this conversion is not supported
The running ABAP program 'CL_ABAP_CONV_IN_CE============CP' had to be
terminated as the conversion
would have produced incorrect data.
The number of characters that could not be displayed (and therefore not
be converted), is 1. If this number is 0, the second error case, as
mentioned above, has occurred.
Does AIE only work with an unicode backend server?
Regards,
Christian