2007 Jul 20 11:20 AM
Hi All,
I am using Function module: TEXT_CONVERT_XLS_TO_SAP to uplaod data from a '.XLS' file.
The File has Chinese characters, but when its uploaded into the internal table we find that the characters are displayed as '??' or '#'.
Can you help me on this. Should I use any codepage and I dont find the option of giving codepage in this Function module.
Regards,
Midhun.
2007 Jul 21 6:54 AM
Hi,
Yes, you are correct. We need to include CODE PAGE in the FM. This will help SAP to under the language which you are uploading.
Use GUI_UPLOAD FM to upload the excel sheet. This has a parameter CODE PAGE, which you can pass to the FM.
Best regards,
Prashant