cancel
Showing results for 
Search instead for 
Did you mean: 

Wait Step, Exception Handling, Alerts

Former Member
0 Kudos

Hi Everybody,

I am implementing a BPM scenario. I have a few questions:

1) The wait step i am using in BPm, allows me the min wait time as 1 min, can't I have lesser wait time then that. Lets say 30 secs.

2) Under what conditions should I use exception handling and when should i use alerts.

Regards,

Ashish

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi,

<i>>>2) Under what conditions should I use exception handling and when should i use alerts</i>

Whenever there is a chance of error you will use exceptiona and alerts are used when you want to inform someone about thes error. Actually alerts can be raised using the exception brach in BPM.

Regards

Suraj

Answers (2)

Answers (2)

agasthuri_doss
Active Contributor
0 Kudos

Dear Ashish,

1) In BPM the 60 secs is the minimum possible one till now.

2) Exceptions :

Assume when the condition happend to divide by ZERO we have to go for exceptions it to control the break of the conditions and getting the system into HANG.

3) Alerts :

We use Alerts When any error message happen to flow , Particularly for Support team information, If they check the mail or Alert messages they will come to know where or exactly which interface is throwing or flowing the error messages.

Regards

Agasthuri Doss

Former Member
0 Kudos

Hi,

Some examples of exception handling are given in the linek:

http://help.sap.com/saphelp_nw04/helpdata/en/33/4a773f12f14a18e10000000a114084/content.htm

The alert can be raised in the exceptions. It's one way of handling your exceptions.

Regards

Vijaya