cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP proxy

Former Member
0 Kudos

I am going thru this blog my Michal

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

I understand that he is trying to send the Invoice Payload and the PDF in one single shot.

From the ABAP code I see where he is having the PDF attachment, but where is the INvoicee data plugged in?

Earlier when I had the same type of scenario, where I was trying to send a PO IDOC with an Attachment, I was using a BPM, where once an IDOC reaches the BPM, then a next call will be placed from the BPM to bring the PDF attachment and then send that to the supplier.

Now the above approach from

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey

hez using a receiver mail adapter as well and in that u have the Invoice data.

the Invoice is coming as payload (the XML payload comes in mail adapter by default)

thanx

ahmad

Message was edited by:

Ahmad

Former Member
0 Kudos

Thanks Ahamad. I understand he has the Receiver Mail adapter.

Where is his INVOICE Data in that code?

Former Member
0 Kudos

its in the payload:)

see the second attachment(the one which start from XML)

payload has the INvoice data and attachment has the .pdf

as i told u XI will send the payload by default when ur using mail adapter

thanx

ahmad