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

'#' appearing while uploading data using CG3Z transaction

Former Member
0 Likes
468

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

1 REPLY 1
Read only

former_member611181
Participant
0 Likes
353

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.