cancel
Showing results for 
Search instead for 
Did you mean: 

Attachment Handling

Former Member
0 Kudos

Hi Everyone,

I have a scnerio where I am sending PO IDOC from R/3 to a third party using SOAP adapter. This can be achieved easily but apart from this I have to send an attachment also (which can be in .doc. .jpg document) with the PO. Could you please let me knonw how to achieve this?

Thanks!!

Regards,

Sachin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

If possible, re-design the interface and use proxy.

Former Member
0 Kudos

Hi Sachin -

IDoc adapter doesn't support attachments. You might have to enhance the IDoc to add an additional field for attachment and send the binary data of the attachment through this field. Alternatively, you can use proxy which supports attachments.

/people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachments

Regards,

TK