Application Development 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: 

Runtime Errors:CONVT_CODEPAGE Except: CX_SY_CONVERSION_CODEPAGE - UNIX

Former Member
0 Kudos

Hello Experts

I have a Z-report to transfer data in an unix file.

ST22 dump is as below:



Category ABAP Programming Error
Runtime Errors CONVT_CODEPAGE
Except. CX_SY_CONVERSION_CODEPAGE
ABAP Program YIUYPU3_ATLAS
Application Component Not Assigned
Date and Time 22.03.2017 15:54:48

Short text
A character set conversion is not possible.

What happened?
At the conversion of a text from codepage '4103' 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 'YIUYPU3_ATLAS' 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.

System environment
SAP Release..... 731
SAP Basis Level. 0007

The customer land is poland and the original land is germany.

Coding:

OPEN DATASET F_FILE_UNIX FOR OUTPUT IN TEXT MODE
ENCODING NON-UNICODE.

TRANSFER WA_LISTE TO F_FILE_UNIX.


Do you have any advices?



Best Regards

Tim

3 REPLIES 3

horst_keller
Product and Topic Expert
Product and Topic Expert

0 Kudos

But i don´t know the exact character and additionally I don´t know if I ignore the errors with "

IGNORING CONVERSION ERRORS" the result is the same.

horst_keller
Product and Topic Expert
Product and Topic Expert

Use a replacement character and look for it in the result.