Application Development 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: 

GUI_DOWNLOAD Codepage Russia

Former Member
0 Kudos

Hi All,

i used the ff code:

CALL FUNCTION 'GUI_DOWNLOAD'

EXPORTING

filename = v_l_filename

codepage = '4103'

write_bom = c_l_x

TABLES

data_tab = i_l_filestring

EXCEPTIONS

i can read the text in Russia when downloaded in .txt and .doc file.

but when downloaded in .csv. and .xls, garbage is displayed like below characters.

" , + ! +

Please help how to download the text in RUSSIA characters more importantly in .csv file!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Heidi,

Why not use the other Function Module.

SAP_CONVERT_TO_CSV_FORMAT.

Please refer the following link

http://wiki.sdn.sap.com/wiki/display/ABAP/CSV+file

please revert for further clarification

Thanks Sri

4 REPLIES 4

Former Member
0 Kudos

Hello,

what is the upload/download Encoding format you have used for the system??

go the the system properties in the logon pad..then go to Code page and set Encoding fomrat as Default - UTF8 for Unicode systems.

in the GUI_DOWNLOAD function module use the code page as 4110.

I hope it will solve your issues.

Cheers,

Sriram.

Former Member
0 Kudos

Hi Heidi,

Why not use the other Function Module.

SAP_CONVERT_TO_CSV_FORMAT.

Please refer the following link

http://wiki.sdn.sap.com/wiki/display/ABAP/CSV+file

please revert for further clarification

Thanks Sri

Former Member
0 Kudos

Hello,

Please provide File Type parameter i.e 'ASC' or 'BIN' in function module 'GUI_DOWLOAD'.

Regards,

Dhiraj Dangore

0 Kudos

Thanks for all replies,

I found the solution , i must give the variable WRITE_BOM as X. It works

many greetings