cancel
Showing results for 
Search instead for 
Did you mean: 

sending email.

Former Member
0 Kudos

Hi All,

I am generating a file from IDOC,after the file is placed in target location ,i need to send email.

the email has specific structure as below.

Details

***************************************************

delivery records =count1

-


transport records =count2

-


TOTAL records =

The counts are got from mapping and stored in dummy fields in o/p structure.

How to get the email structure?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos
after the file is placed in target location ,i need to send email.

This can be done using Maintain order at runtime feature in interface determination

create interface determination with 2 inbound interfaces, and corresponding mappings

1st representing file

2nd mail inbound interface

To generate desired email structure, use xslt mapping with mail package

Former Member
0 Kudos

This wiki by Santhosh shows how to send an email from a UDF \ Java Mapping

Hope it helps

https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=90570965

Former Member
0 Kudos

Hi,

You need to use BPM to achieve this. First write the file to the folder and get the acknowledgment. Once when you get the acknowledgement from File Adapter then you trigger the email. Using xsl mapping you can achieve your desired output. For an example you can refer this blog:

/people/community.user/blog/2006/09/07/email-reporting (you may need to change according to your input)

Regards,

---Satish

Former Member
0 Kudos

Hi,

XSLT Mapping and with usage of UDF you can acheive this.

Refer the discussion --

Thanks

Swarup