cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc with attachment

Former Member
0 Kudos

Hi All

According to our requirement we are planning to send an attachment along with Idoc. first we convert the attachment into binary format and assign this value to Idoc enhanced filed. Will it give any problem to process such a long binary data through PI in this way?

Thank you,

regards,

kartikeya

Accepted Solutions (0)

Answers (3)

Answers (3)

GabrielSagaya
Active Contributor
0 Kudos

1. in standard you cannot send an attachment along with Idoc

2. you could however send it in a text field and then combine in adapter or java proxy

on the other hand abap proxies work with attachments in standard

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

Former Member
0 Kudos

Hi all,

I am doing the enhancement and in the enhanced filed i will enterthe binary data of attachment and forward this Idoc to XI. The attachment is also move along with idoc fields as bianary data in XML format. My question is this binary data is very lengthy. will it give any problem while processing?

Former Member
0 Kudos

IDoc Adapter does not support the attachment.

Gaurav Jain

Former Member
0 Kudos

hi,

std adapter can not support idoc attachments. gothrough the link,

http://help.sap.com/saphelp_nw2004s/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm

U can do using BPM, send the attachment as seperate send step. some logic involves here.