cancel
Showing results for 
Search instead for 
Did you mean: 

ccBpm Exception Handling

Former Member
0 Kudos

Hi,

Are there any blogs showing all the steps to handle exceptions in a ccBpm? I've got a process where I have several web service calls. if some of them times out it should still return the data of the others.

Thanks,

Jan

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

most of the steps have an exception associated with it.

you can define the exception and then in a block handle them with the required control step

http://help.sap.com/saphelp_nwpi711/helpdata/en/33/4a773f12f14a18e10000000a114084/frameset.htm

do refer the example in SAP BASIS SWCV -> http://sap.com/xi/XI/System/Patterns

Former Member
0 Kudos

Thanks, I've had a look on http://help.sap.com/

also the patterns. How do I create an exception branch? I'm looking for an example on doing this end-end. If there's any..

[Screen Print|http://www.photostand.co.za/images/my83d1h7s43whta5f.jpg]

Thanks.

Shabarish_Nair
Active Contributor
0 Kudos

check the pattern BpmPatternReqRespTimeOut or BpmPatternCollectTime

there you will find that there is an exception declared in the block step (check the properties) and how it is linked to the deadline branch. similarly, you can right click the block step and insert exception branch too

Former Member
0 Kudos

Awesome Thanks..

[Screen Print|http://www.photostand.co.za/images/6yu06jnjjwi67udffonx.jpg]

Answers (0)