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: 

ABAP/4 processor: CONVT_CODEPAGE

0 Kudos

Hi All,

I have used the statement in my custom program scheduled as background

OPEN DATASET strtemp FOR INPUT ENCODING DEFAULT IN TEXT MODE.

It resulted in the cancellation of the job

The rror is ABAP/4 processor: CONVT_CODEPAGE

Detailed error description:

Runtime Errors CONVT_CODEPAGE

Except. CX_SY_CONVERSION_CODEPAGE

Date and Time 11.11.2010 18:05:18

Short text

A character set conversion is not possible.

What happened?

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

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

mentioned above, has occurred.

Please help to resolve the issue. The file comes from an EDI system and places in App server.

The SAP system is unicode enabled.Why this error and how can we reolve this.

Regards.

3 REPLIES 3

former_member215781
Active Participant
0 Kudos

Hi,

Check the following OSS notes

547308 - Shortdump CONVT_CODEPAGE when displaying measure

752835 - Usage of the file interfaces in Unicode systems

1057289 - Reasons for CX_SY_CONVERSION_CODEPAGE / CONVT_CODEPAGE

0 Kudos

Could you please tell me how to resolve this issue. Will the addition of the statement IGNORING CONVERSION ERROR resolve this or do i need to change the stteemtn. if so how can I?

0 Kudos

Hello,

Is your problem solved ? If so please share the solution.

I am also facing the same problem.

Regards,

Phaneendra