2009 Mar 03 3:42 PM
Hi All
I am opening a file using open dataset, but some specail characters appear with £ sigh.
my code is
open dataset filepath for APPENDING in text mode ENCODING UTF-8.
transfer H_FHS TO FILEPATH.
using appending, the sp chars doesnt appear in text mode, but when you open the file in binary mode it appears.
I have tried ENCODING in Default, ANSI, UTF-8 and file format Auto, Text and Binary.
but I am not able to remaove that sp char.
please suggest what can be done , and why it appears??
Hi All
I am opening a file using open dataset, but some specail characters appear with £ sigh.
my code is
open dataset filepath for APPENDING in text mode ENCODING UTF-8.
transfer H_FHS TO FILEPATH.
using appending, the sp chars doesnt appear in text mode, but when you open the file in binary mode it appears.
I have tried ENCODING in Default, ANSI, UTF-8 and file format Auto, Text and Binary.
but I am not able to remaove that sp char.
please suggest what can be done , and why it appears??
2009 Mar 03 6:56 PM
Check the sap help on code page addition
... {BINARY MODE}
| {TEXT MODE ENCODING {DEFAULT|UTF-8|NON-UNICODE}}
| {LEGACY BINARY MODE [{BIG|LITTLE} ENDIAN] [CODE PAGE cp]}
| {LEGACY TEXT MODE [{BIG|LITTLE} ENDIAN] [CODE PAGE cp]} ... .
. ... CODE PAGE cp
2010 Aug 25 1:57 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |