cancel
Showing results for 
Search instead for 
Did you mean: 

send mail for the interface for which message has been successfully processed

Former Member
0 Kudos

Hi Guys,

Need to know, if PI has any automated configuration present which can send email once the message particular interface has been successfully processed.

I am looking for something we have alert configuration where we can setup the alerts for required interface and once the message fails, PI can send email to respective recipients, similarly is there any tool to send email for the interface for which message are successful?

thanks.

Regards,

Aki

Accepted Solutions (0)

Answers (4)

Answers (4)

deepak_shah
Contributor
0 Kudos

Hi,

In case of file scenarios, please refer following blow link:

http://scn.sap.com/people/santhosh.kumarv/blog/2008/07/27/glimpse-at-os-command-yet-another-scenario

-Deepak

Former Member
0 Kudos

Hi Aki,

I think in that case you need to develop one more interface to send email notification by using email adapter.

use follwoing links :

http://help.sap.com/saphelp_nwpi711/helpdata/en/44/8da2597e473ac1e10000000a155369/frameset.htm

http://help.sap.com/saphelp_nwpi711/helpdata/en/44/8da2597e473ac1e10000000a155369/frameset.htm

to send email for succesfull messages you have use email adapterand create one more interface.

Thanks,Bhupesh

rajasekhar_reddy14
Active Contributor
0 Kudos

As Rajeev mentioned there is no such aotomated feature check with third part team to handle this requirement . or

develop once more scenarion to send an email.

Former Member
0 Kudos

as far as i know, there is no such automated feature in PI for generation of an email on successful processing. alerts are generated on error conditions. if everything is successful, then why an email is required as the output should be available on 3rd party system side if everything is fine on their side also.

Former Member
0 Kudos

Hi Rajeev,

Thanks for your resposne, but the requirement is to send email once this particular interface is successfully processed.

Regards,

Former Member
0 Kudos

now the interface completed successfully means it should have run end-to-end. so either configure a scenario taking the target system as source system , sending data to PI , and then use a receiver mail adapter on target side to generate your email - or - if possible configure in third party system to directly send a mail to required persons telling them the desired action is performed using the updated data from third party system.