‎2009 Dec 21 1:05 PM
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.
‎2009 Dec 21 1:25 PM
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
‎2009 Dec 21 1:25 PM
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