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

Problem while sending excel as attachment

Former Member
0 Likes
319

Hi,

I am trying to send excel as attachment through an email.

I am using the fm: SO_DOCUMENT_SEND_API1

In english, I am able to get the data properly. However, when I try to send the same in Chinese, I am getting junk characters in excel file.

Could you please help me out to solve my issue.

I am clueless, why only for chinese, I am getting the issue.

Thanks,

Sandeep

2 REPLIES 2
Read only

Rushikesh_Yeole
Contributor
0 Likes
280

I think it is a codepage related issue. some characters does not support the existing codepage.

Check transaction SCP for selecting the proper codepage. try to adjust new codepage value in program.

Read only

Former Member
0 Likes
280

Hi Rushi,

In this FM, I am unable to find the parameter for code page. Could you please help me how exactly I can use this code page?

Thanks,

Sandeep