Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9190

Re: Junk Character in the encryption of file

$
0
0

Hi Ashish,

Please try as follows

 

CALL FUNCTION 'GUI_UPLOAD'
EXPORTING
filename           
= lv_filename
filetype           
= 'ASC'
has_field_separator
= 'X'
TABLES
data_tab           
= lt_upload.
.
IF sy-subrc <> 0.
* Implement suitable error handling here
ENDIF.

It was working fine in my case for Chinese/Japaneese text.

 

 

Does the data comes correct in internal table ?

Also, opendata set can be used instead of gui_upload, so that it will read the contect from document directly.

 

Regards,

Nivedita


Viewing all articles
Browse latest Browse all 9190

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>