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

Getting Junk data in attachment

Former Member
0 Likes
352

Hi Friends,

I am using FM SO_DOCUMENT_SEND_API1 to send mail. But when I am trying to send an attachment through this FM, I am getting Junk data. I am using versino 4.7. Please guide me if I am doing wrong anywhere.

Thanks

Ravi Kanth.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
320

you can use code below

objpack-doc_type = 'RAW'.

APPEND objpack.

1 REPLY 1
Read only

Former Member
0 Likes
321

you can use code below

objpack-doc_type = 'RAW'.

APPEND objpack.