‎2007 Jan 17 10:38 PM
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 ?
‎2007 Jan 17 10:58 PM
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
‎2007 Jan 17 10:58 PM
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
‎2007 Jan 18 4:34 AM
Pass Code page parameter in the FM GUI_Download like say 1160 and also ensure uncide compliance of Excel sheet