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: 

Upload Chinese characters from Excel

Former Member
0 Kudos

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.

1 REPLY 1

former_member223537
Active Contributor
0 Kudos

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