Application Development and Automation 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:ย 
Read only

problem with codepage conversion

Former Member
0 Likes
778

hi!

got the following problem:

While writing into a non-unicode dataset I get a convt_codepage dump: "converting from codepage 4102 to 1100"

The element which causes the problem is a ยต which can't be used in codepage 1100!

Can anyone give me a solution how to deal with this problem? I haven't found anything useful in the forum.

regards,

jacko

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
705

hi,

You can use the addition "IGNORING CONVERSION ERRORS" with your open dataset statement.

It'll definitely solve your problem.

Regards

Rishika Bawa

3 REPLIES 3
Read only

Former Member
0 Likes
706

hi,

You can use the addition "IGNORING CONVERSION ERRORS" with your open dataset statement.

It'll definitely solve your problem.

Regards

Rishika Bawa

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
705

This appears to be a character set problem.

May be SAP note 381028 can give you some pointers.

Read only

former_member242255
Active Contributor
0 Likes
705

IGNORING CONVERSION ERRORS should help you..