cancel
Showing results for 
Search instead for 
Did you mean: 

Email trigger from PI

Former Member
0 Kudos

Hi Experts,

I have a requirement in which I need to trigger E-mail from PI.

The condition is that suppose a file is coming in with 10 fields, the error email should trigger whenever the any fields datatype amd length exceeds, suppose for a datatype C length 40, and afile comes with fieldsize more than 40, then the email should trigger to a recipient, this one is highly required for me.

Please let me know.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Go for XML validation in either the Adapter or Integration engine, so that if the file does not confirm to the xsd, error is generated which can then trigger an alert.

Refer the foll link for more help :

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d06dff94-9913-2b10-6f82-9717d9f83...

You need to set this option in the Sender Agreement.

Another option can be to go for a Java mapping to validate the file and then generate email in case of non compliance.

Regards

Answers (0)