‎2008 Aug 11 8:28 PM
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
‎2008 Aug 19 10:49 PM
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