cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Alerts configuration

Former Member
0 Kudos

Hi Experts,

We are validating some fields in the mapping. Like the customer number should be numeric, date format should be MMDDYYYY, .... Like that some validation are there, if the source data fails at validation then Email Alert should trigger.

I want to check all the field validations and send a single Alert mail, how its possible ?

Means in that Alert mail contains the data like "date format wrong, customer number should be numeric,....".

Regards

Ramesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

>>"date format wrong, customer number should be numeric,....".

Since this is dynamic text(not using standard alert containers),it needs to be handled via alerts from BPM.

Thanks

Aamir

Former Member
0 Kudos

Thanks for your reply Amir,

But I am not using the BPM, is there any other possible way without using BPM?

Former Member
0 Kudos

Hey

As far as i know,its not possible to send dynamic text without using BPM.

when you use ALRTCATDEF,you can only use the containers already defined by SAP.even via UDF,you will be passing an alert category name which will take static text.

Thanks

Aamir

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

Without BPM also we can send mail,what you need to do configure Mail adapter .create one bussines service for mail adapter

Check condition that if its not valid format cal this bussines serive in Receiver dtermination, if all r valid then then receiver service for to post data.

please let me know if any issues to implement this.

Regards,

Raj