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

Issue regarding how to view Chinese data in excel document

Former Member
0 Likes
524

Hi All,

I have a question about how to view Chinese data in excel format.

I am passing values from alv output to excel as email attachment. I am receiving email successfully but in place of Chinese values i getting garbage values.

I have tried function modules SCMS_STRING_TO_XSTRING where i have entered encoding value then converted xstring to binary. I also tried HR_KR_STRING_TO_XSTRING with codepage value.

Can anyone please help me with this issue.

Thanks in advance.

Jay.

Hi All,

I have a question about how to view Chinese data in excel format.

I am passing values from alv output to excel as email attachment. I am receiving email successfully but in place of Chinese values i getting garbage values.

I have tried function modules SCMS_STRING_TO_XSTRING where i have entered encoding value then converted xstring to binary. I also tried HR_KR_STRING_TO_XSTRING with codepage value.

Can anyone please help me with this issue.

Thanks in advance.

Jay.

1 REPLY 1
Read only

Former Member
0 Likes
448

Hi,

When you download in Excel, the character formats are taken from the Front end, besure that the chinese font is installed in your OS, should support the lanagugae format you are downloading to.

Thanks & regards.