cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing Alerts

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Experts,

I am having one Email ALERT requirement in my project,

As per requirement:For any OrderCreate request (that is placed by customer),I want the the

acknowledgement receipt as OrderResponse.

For any missing OrderResponse :there should be an Alert email Sent to some specific Users..

at their email ID's

(Order Create is one of the interface in my project).

we are identifying missing order response using one SQL Query Statement.

My doubt is whether i can implement the same using Alerts.

Regards,

Raj

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

If ur Order response comes as an error message in XI, only then u may raise an alert for that. Otherwise u may use email adapter in a BPM flow which may send the mail to desired recepients.

Regards,

Prateek

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Prateek,

thanks for your replay, actually my rewuirement is OrderResponse is one my interface i developed its executing fine.

But i have to implement addition requirement.

1) after executing my interface its insert data in data base.

my new requirement like this

if status_cd = 4 in data base i have to send the inserted data base values in table format to admin people.

status_cd is one entry in data base.

i have to check status_cd value evry one hour.

how to achieve this.

using java mapping a can implement but i dont know how to check every one hour. is it any sheduleing mechnaisam available in XI??

i am not using BPM.

Regards,

Raj

prateek
Active Contributor
0 Kudos

I am bit unclear about ur end to end scenario, which systems are communicating.

using java mapping a can implement but i dont know how to check every one hour. is it any sheduleing mechnaisam available in XI??

I think the ABAP code handles the database query statement. Am I correct? If yes, then ur ABAP report should be scheduled.

Regards,

Prateek

rajasekhar_reddy14
Active Contributor
0 Kudos

without using ABA Reports we can acheieve this??

Because in my interface i am using JAVA,XSL,MESSAGE Mapping only.

Norammy how to perform Scheduling in XI??

REGARDS,

Raj

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

answered thanks