cancel
Showing results for 
Search instead for 
Did you mean: 

create alert & pause BPM in case of error

Former Member
0 Kudos

Hi @ll;

I´m working on a BPM.

In this I have two possible error sources - communiction errors and mapping errors.

In case of an error I´d like to create an alert and then pause the BPM at the step, that causes the error e.g. Mapping_1 or Send_1

So I would have the possibility to fix the bugs e.g. wrong URL in Adapter used in Send_1 and restart (continue) the

BPM exactly at that step (Send_1).

I searched for a solution in SAP Help and read that after exception handling the BPM is continued at the next step.

In my BPM all step are in row, so how to model the BPM to get this behaviour for several mapping and sending steps.

Hopefully somebody has an idea.

Thanks for helping

Kind regards

Jochen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

For ur defined mapping error u can rasie it thorugh Function module.

refer the below link:

Triggering XI Alerts from a User Defined Function

For triggering Adapter engine n integration related error u can either create the alert rule in RWB and raise it.

Triggering alert by configuring a rule from RWB.

http://help.sap.com/saphelp_nw2004s/helpdata/en/56/d5b54020c6792ae10000000a155106/content.htm

Did u look at the below link using BPM:

Triggering from BPM.

chirag

Former Member
0 Kudos

Hi chirag,

thanks for your reply.

I already checked this blogs, but there was no solution for my issue.

The problem is not to create the alert. Rather I don´t know how to achieve that the BPM pause at the wright position, so that

I could continue exactly at this step and could retry the failed step.

Kind regards

Jochen

Former Member
0 Kudos

Check these blogs.. This will work for mapping errors