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

CONVT_CODEPAGE runtime error

Former Member
0 Likes
373

Hi ALL,

I have a issue while reading a file from FTP server.

file contains some European characters in it. When 'READ DATASET' reaches, program runs to dump.

I have used the following solutions in my program to aviod dump. However I want to read those data and upload into SAP as it is mentioned in file. how to achieve it? SAP system is unicode compatible, ver ECC 6.0.

solutions used are:

1. open dataset <dataset name> for input in text mode ignoring conversion error.

2. used catch statement in my program.

Thanks for any help.

Srini

1 REPLY 1
Read only

Former Member
0 Likes
303

If error occur like this, please check the file encoding type. file encoding type should be UTF-8 or depends on the encoding type used in the open dataset statement.

Edited by: Srinivasan Karunakaran on Aug 19, 2008 2:50 PM