cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Mail Adapter

Former Member
0 Kudos

Hi All,

I have a file to file scenario. I also need to send an email (receiver mail adapter) when the file is picked up by the sender file adapter. Is there a way to add file name and time to the Subject field of the email. without using any mapping...

Regards,

XIer

Accepted Solutions (1)

Accepted Solutions (1)

former_member183906
Active Contributor
0 Kudos

Here the blog to achive multiple files to send a single mail.

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

You can achive the dynamic subject in the mail using Adapter-Specific Message Attributes.

http://help.sap.com/saphelp_nw04/helpdata/en/6b/4493404f673028e10000000a1550b0/content.htm

/people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address

Mail Adapter Scenario:

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

Messages with Attachments:

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

Check these blog may be helpful to you

/people/sap.user72/blog/2005/06/08/sending-attachments-in-mails

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken]

/people/sravya.talanki2/blog/2006/01/12/xi-triggering-e-mails-with-multiple-attachments--problems

/people/stefan.grube/blog/2007/03/29/troubleshooting-soap-http-and-mail-adapter-scenarios-with-tcpgateway

for timing in sender side, u can add timestamp which will come to receiver side.

REWARD POINTS IF HELPFUL

Answers (4)

Answers (4)

Former Member
0 Kudos

>>Is there a way to add file name and time to the Subject field of the email. without using any mapping...

No,its not possible without mapping because filename is pulled using dynamic configurations which needs to be done in message mapping.

Thanx

Aamir

former_member556603
Active Contributor
0 Kudos

Hi,

Hope these links are useful to you..

http://www.riyaz.net/blog/index.php/2008/02/23/xipi-sending-emails-using-xi-mail-adapter/

http://help.sap.com/saphelp_nw04/helpdata/en/6b/4493404f673028e10000000a1550b0/content.htm

Refer to this blog. It may help you.

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1361- [original link is broken] [original link is broken] [original link is broken]

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] -

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

Thanks,

Satya Kumar

former_member187563
Contributor
0 Kudos

hi,

You just refer the blog.

/people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address

And in Mapping generate a xml file,In that in the subject line you mention the File name and timing(when you are going to put that file on ftp) .

In this way you will get a mail with filename and the timing in the subject line.

hope it helps,reward 4 useful ans

regards,

ujjwal kumar

Former Member
0 Kudos

Hi,

Refer, below blog this will show you to take information from mapping.

/people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address

Thanks

Swarup