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: 

problem with codepage conversion

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

hi,

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

It'll definitely solve your problem.

Regards

Rishika Bawa

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos

This appears to be a character set problem.

May be SAP note 381028 can give you some pointers.

former_member242255
Active Contributor
0 Kudos

IGNORING CONVERSION ERRORS should help you..