cancel
Showing results for 
Search instead for 
Did you mean: 

CSV File attachment in Receiver Mail Adapter

Former Member
0 Kudos

Hi Experts ,

mine is a proxy to mail scenario Information from proxy needs to be converted to CSV file and to be send across in the form of attachment to multiple recievers.

I would request best suggestions from experts.

Regards,

Arnab .

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

THnaks ,, I workd it out !!

Former Member
0 Kudos

Hi,

I have a similar requirement. Can you please share the solution.

Regards,

Raj

PriyankaAnagani
Active Contributor
0 Kudos

Hi,

Since proxy content need to be converted into CSV file, you'll require a receiver file with filecontent conversion. So, you can implement the below interfaces. Or Use adapter modules in mail receiver.

proxy--->File(FCC)

File--->mail with multiple receivers

Please refer the blog for attchment in proxies

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3509

Regards,

Priyanka

Former Member
0 Kudos

Hi,

first approach is,

1. in cilent proxy report to call 'GUI_UPLOAD' function module , in exporting, filetype = 'txt', filename.

second approach is,

2. you can you message transformation bean in you mail receiver communication channel.

http://help.sap.com/saphelp_nw04/helpdata/en/57/0b2c4142aef623e10000000a155106/frameset.htm

you want to send multiple receivers ,

3. In the Receiver Determination, you need to select " Extended" in the Type of Receeiver determination.

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3343.

regards,

ganesh.