cancel
Showing results for 
Search instead for 
Did you mean: 

Raising alert in BPM

former_member207622
Contributor
0 Kudos

Hi Folks

I have a scenario in which i have to merge three files in BPm and generate an Idoc

MY BPM has >>>>3 recieve steps in a fork

1 transformation step

1 send Step

Now i have to implement such that BPM should wait for all the three files for a specific interval of time and if the time interval is complete then it has to raise an alert

any clues how do i achieve this ???

thnx ]

Ninad

Accepted Solutions (0)

Answers (2)

Answers (2)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi ,

add control step in befor sedning message to send step,then rise alert using sandard procedure.

Your BPM looks like this

3 Receive steops in fork and merger the message and Transformation step now add control step after that sen step.

Regards,

Raj

Former Member
0 Kudos

Sane,

Please check prakash reply in this thread:

Regards,

---Satish

former_member207622
Contributor
0 Kudos

Hi Satish

I know how to configure alerts .. but i want where exactly i have to add wait step and control step in my scenario

Former Member
0 Kudos

Sane,

You can use time dependent loop as shown in this help so that once the deadline is reached you can trigger an exception which is alert in your case from here.

http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm

Regards,

---Satish