cancel
Showing results for 
Search instead for 
Did you mean: 

Sender mail to ERP

Former Member
0 Kudos

Hello Experts,

i have a scenario were i need to pick attachment( pdf or file or text or excell) using mail adapter and send it to ERP ( ECC or SRM ).

no need to convert the data into XML, just pass the attachment to ERP, but condition is not to AL11.

how to send the attachment to ERP, any blog that can help me?

Regards,

Chinna

Accepted Solutions (1)

Accepted Solutions (1)

gagandeep_batra
Active Contributor
0 Kudos

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

As you know ABAP proxy communication uses Soap as message protocol, you can use proxy adapter for the attachment. Please refer above links for your step by step procedure.

rajasekhar_reddy14
Active Contributor
0 Kudos

use ABAP Proxy at receiver end.

Former Member
0 Kudos

Thanks for the quick response.

as i need to pass only attachment i dont need to do mapping right?

then how the attachment will be sent to proxy side?

kindly tell me the steps to develop the interface.

Regards,

chinna

nabendu_sen
Active Contributor
0 Kudos

Hi Chinna,

Use PayloadSwapBean and don't think you need to use any Mapping to send that data to ECC.

http://scn.sap.com/people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-adapter--payloadswapbean--...

Then send the attachment to ECC with ABAP Proxy. Please check the below :

http://scn.sap.com/thread/3201693