cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP and Attachments

Former Member
0 Kudos

We have send our PO PDF Attachments to the Supplier. (PO will goto them over the HTTP Adapter and the PDF image needs to be sent to them separately).

What Adapter I need to use for this purpose? Whether I have to go with HTTP Adapter itself?

Or should I need to depend on File or Mail Adapters?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think you should use both http adpter and file adapter and BPM of XI.

After ur supplier received your PO via http and your PDF via FTP, following process can be continued.

obviously, plain http adapter can't meet your demand

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/frameset.htm</a>

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The easiest is to use the mail adapter.

Or, in a separted interface, you can send the PDF by itself (without any mapping, of course), from any adapter to any other adapter. Make sure the receiver can handle the raw PDF data.

Regards,

Bill

Former Member
0 Kudos

William Thanks.

If I send my PO and PDF separately, then for the PDF can I use the HTTP Adapter?

Former Member
0 Kudos

Mohini, check my link above. You can't send a binary file using plain HTTP Adapter.

What's your supplier's system? Is it sap?

If it is, will their system create a sales order according to your PO infomation that you send to them via http adapter automatically?

If it is, then mail Adapter is not a good choice, and you should choose HTTPFTPBPM.

former_member206604
Active Contributor
0 Kudos

Hi,

You cannot use HTTP adapter for PDF. You need to use either File adapter or Mail adapter.

You see HTTP is for just transfering texts "Hyper Text Transfer Protocol" If you need to send files then File with FTP/NFS is ideal. But in certain case if there is no conectivity you can go for Mail adapter with PDF attachment.

Thanks,

Prakash

former_member206604
Active Contributor
0 Kudos

Hi,

Check out this links.

This if for simple mail

/people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure

Proxies for attachments

/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions

/people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-150-eoio-in-abap-proxies

Thanks,

Prakash

former_member206604
Active Contributor
0 Kudos

Hi,

Check out this hot to attach image in Mails

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6d967fbc-0a01-0010-4fb4-91c...

You can use the same logic for PDF as well.

Thanks,

Prakash