‎2009 Jun 23 10:32 AM
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.
‎2009 Jun 23 11:58 AM
you can use code below
objpack-doc_type = 'RAW'.
APPEND objpack.
‎2009 Jun 23 11:58 AM
you can use code below
objpack-doc_type = 'RAW'.
APPEND objpack.