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

UNICODE

Former Member
0 Likes
514

i AM DOWNLOADING JAPANESE DATA IN uNICODE SYSTEM .

all JAPANESE CHARACTORES ARE COMING '###########'

i AM USING

CALL METHOD CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD

ANY IDEA ON THIS . THANKS ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
449

Hi,

I have not started working on UNICODE, but with the knowledge I have, you need to pass the CODEPAGE parameter in your GUI_DOWNLOAD.

<i>Use parameter CODEPAGE to specify the desired target codepage. If this parameter is not set, the codepage of the SAP GUI is used as the target codepage.

Value range

4-digit number of the SAP codepage. The function module SCP_CODEPAGE_BY_EXTERNAL_NAME returns the SAP codepage number for an external character set name, for example, "iso-8859-1". The function module NLS_GET_FRONTEND_CP returns the appropriate non-Unicode frontend codepage for a language.

You can determine the desired codepage interactively, if the parameter with_encoding of method file_save_dialog is set by cl_gui_frontend_services.

SPACE: Codepage of the SAP GUI</i>

Regards

Subramanian

2 REPLIES 2
Read only

Former Member
0 Likes
450

Hi,

I have not started working on UNICODE, but with the knowledge I have, you need to pass the CODEPAGE parameter in your GUI_DOWNLOAD.

<i>Use parameter CODEPAGE to specify the desired target codepage. If this parameter is not set, the codepage of the SAP GUI is used as the target codepage.

Value range

4-digit number of the SAP codepage. The function module SCP_CODEPAGE_BY_EXTERNAL_NAME returns the SAP codepage number for an external character set name, for example, "iso-8859-1". The function module NLS_GET_FRONTEND_CP returns the appropriate non-Unicode frontend codepage for a language.

You can determine the desired codepage interactively, if the parameter with_encoding of method file_save_dialog is set by cl_gui_frontend_services.

SPACE: Codepage of the SAP GUI</i>

Regards

Subramanian

Read only

0 Likes
449

Pass Code page parameter in the FM GUI_Download like say 1160 and also ensure uncide compliance of Excel sheet