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

Chinese characters

Former Member
0 Likes
733

Hi!

If I logon SAP system in EN and have chinese characters excel file and will be extracted using FM to an internal table in a report. How can I read them in proper chinese characters rather than '??????'

This report was tested in another company and i am able to read those chinese words after uploading from an excel to an internal table. But I can read if report is run on my PC. It only runs well if I logon to Chinese - ZH.

Any ideas that can suggest to me are very much appreciated. thanks!!

Hi!

If I logon SAP system in EN and have chinese characters excel file and will be extracted using FM to an internal table in a report. How can I read them in proper chinese characters rather than '??????'

This report was tested in another company and i am able to read those chinese words after uploading from an excel to an internal table. But I can read if report is run on my PC. It only runs well if I logon to Chinese - ZH.

Any ideas that can suggest to me are very much appreciated. thanks!!

4 REPLIES 4
Read only

rahulkavuri
Active Contributor
0 Likes
659

hi u need to have Unicode system to read them into ur internal table and then process them

Check whether u have the language pack installed by running the RSCPINIT in SE38, it will show u the status of ur system and language packs installed on ur system

u can even check the table RSCPCOLORS, when u are logged in English and if u are unable to see the entries in Chinese, Japanese & korean then u need to have an unicode system to do this

award points if found helpful

Read only

0 Likes
659

Hi Rahul,

Thanks for your promp reply.

I tried to run program RSCPINIT in SE38, but this program doesn't exist.

And I tried to look up RSCPCOLORS in SE11 or SE16, but also not found.

How can I get the first program? Sorry that I am still new and have no idea where to get this. thanks for help.

cheers

Read only

0 Likes
659

Sorry the program is RSCPINST not the earlier one

the table is RSCPCOLORS... check in SM30 again

dont forget to award points if found helpful

Read only

Former Member
0 Likes
659

Hi!

I know the reason I can't see chinese characters during debugging if I logon to English SAP system.

I should click "Customizing Local Layout" at application bar --> Character Set --> Simplified Chinese. Those chinese characters that appear in ??? while debugging will change to proper chinese characters and uploaded successfully.

If I go to FB03 and see the chinese characters in »áÒéÆÚ¼ä¿§·È·ÑÓÃ, perform the same steps and those weird code will change to proper chinese as well.

Thanks for all the replies and help. It's very appreciated. Thank you very much!

Best regards,

ying ying