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 SO_NEW_DOCUMENT_ATT_SEND_API1 in unicode system

Former Member
0 Likes
431

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
370

HI,

Please refer to the lnk below, it mau be useful to you :

http://www.sapdev.co.uk/reporting/email/emailhome.htm

Thanks,

Sri.

2 REPLIES 2
Read only

Former Member
0 Likes
371

HI,

Please refer to the lnk below, it mau be useful to you :

http://www.sapdev.co.uk/reporting/email/emailhome.htm

Thanks,

Sri.

Read only

0 Likes
370

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?