‎2008 Jan 11 2:25 PM
Hi all,
The programme RSSOAPIS using function SO_NEW_DOCUMENT_ATT_SEND_API1 and works very strange now. In the attachment it sent me: '_\_O_/_ ' instead of: '\O/ '. I know it has s.t. todo with unicode.
I use SO_NEW_DOCUMENT_ATT_SEND_API1 in my programms and they gave me the same result. All strings in attachments like '_A_B_C_D' instead of 'ABCD'.
How can I make the function sending me right attachments?
(system: SAP ECC 6.0 Unicode)
Thanks.
‎2008 Jan 11 2:28 PM
HI,
Please refer to the lnk below, it mau be useful to you :
http://www.sapdev.co.uk/reporting/email/emailhome.htm
Thanks,
Sri.
‎2008 Jan 11 2:28 PM
HI,
Please refer to the lnk below, it mau be useful to you :
http://www.sapdev.co.uk/reporting/email/emailhome.htm
Thanks,
Sri.
‎2008 Jan 11 2:46 PM
Thanks for this,
All of the examples using functions from SOI1 group which are going to work in the same way.
I found a good blog /people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface but it can only send to internet addresses.
Function SO_NEW_DOCUMENT_ATT_SEND_API1 can also send to Workplace.
Maybe someone knows how to solve problem with attachments sent by SO_NEW_DOCUMENT_ATT_SEND_API1 in unicode system?