cancel
Showing results for 
Search instead for 
Did you mean: 

exception handling in bpm

Former Member
0 Kudos

Hi Experts

Can any one please explain the error handling in Bpm.

Thanks in advance

Naveen

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Naveen,

chk out these:

http://help.sap.com/saphelp_nw70/helpdata/en/a0/ff934258a5c76ae10000000a155106/frameset.htm

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

chk out this blog on alert config:

Chk this thread on Fault message:

Dealing with Exceptions:

http://help.sap.com/saphelp_nw70/helpdata/en/cf/f2bbc8142c11d3b93a0000e8353423/frameset.htmException Handling:

If u get time..u can chk out the threads below on similar issue:

kanan

santhosh_kumarv
Active Contributor
0 Kudos

Hi Naveen

One thing u can do is use a Block that has a fork inside the BPM.

Let one branch of the fork have the steps of process and

the another branch have a block such that it can handle the error by sending a mail alert.Name the bloch as handling error

In the Block that has the fork with in it give the Exception property as the name of the Block that handles the error (i.e handling Error in our example).

Regards

Santhosh

Former Member
0 Kudos

Hi Naveen ,

You can use Exception Branch to handle this situation and in that brach you can either cancel the process ,sent alert or throw exception.

Following links will help a lot

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

/people/sap.user72/blog/2005/02/23/raising-exceptions-in-sap-xi-mapping

/people/morten.wittrock/blog/2006/03/21/validating-messages-in-xi-using-xml-schema

Regards,

**grant points if info is helpful