2011 Jul 12 12:41 PM
Hi All,
I have a problem when upload a text file by CG3Z transaction.
The characters like à or é appears like # . The Text file is in Hebrew Language.
Thanks
2011 Jul 12 8:03 PM
I assume you are using open dataset
If you are using that use as below
ENCODING (DEFAULT | UTF-8 | NON-UNICODE)
The keyword ENCODING specifies the character set used to edit the data. In a US the DEFAULT is UTF-8, while in an NUS it is NON-UNICODE. NON-UNICODE means that the system uses the code page specified either when the user logs on to the R/3 System or in the SET LOCALE LANGUAGE statement.