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

Codepage conversion while emailing excel as attachment

Former Member
0 Likes
282

Hi Experts ,

I want to use code page conversion while emailing excel as attachment. I am using FM "SO_DOCUMENT_SEND_API1". Anyone knows how to apply codepage conversion while mailing report. Actually i am facing problem in emailing some chinese and japanese characters.

Thanks in advance.

Best Regards,

Jigar Thakkar.

1 ACCEPTED SOLUTION
Read only

helmut_berger
Explorer
0 Likes
241

Hello,

I suppose you work on a unicode system. You can use the classes

- CL_ABAP_CONV_OUT_CE

- CL_ABAP_CONV_X2X_CE

for converting the attachment data before sending via FM.

See documentation of the classes.

BR, Helmut

1 REPLY 1
Read only

helmut_berger
Explorer
0 Likes
242

Hello,

I suppose you work on a unicode system. You can use the classes

- CL_ABAP_CONV_OUT_CE

- CL_ABAP_CONV_X2X_CE

for converting the attachment data before sending via FM.

See documentation of the classes.

BR, Helmut