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: 

CONVT_CODEPAGE, CX_SY_CONVERSION_CODEPAGE

Former Member
0 Kudos

A character set conversion is not possible.

At the conversion of a text from codepage '4110' to codepage '4102':

- 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 'ZXXXXXXX' 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 2. If this number is 0, the second error case, as

mentioned above, has occurred.

4 REPLIES 4

Former Member
0 Kudos

are u using any open dataset statements in ur program

change the statement to this and checkout if it works

open dataset v_file ENCODING NON-UNICODE or ENCODING DEFAULT depending on ur file

0 Kudos

worked out,

Thanks.

0 Kudos

But where are the points for helping???:))

0 Kudos

Hi,

I have also come across this error when i was trying to upload a cProject form cProject 3.1 to cProject 4.0.

as mentioned by you, Where do we make these changes and how?

Can you pleas let me know the steps involved.

Thanks in advance

Amit

amitssawant@gmail.com