cancel
Showing results for 
Search instead for 
Did you mean: 

** How do we handle Application Error in BPM ?

jegathees_waran
Active Participant
0 Kudos

Hi friends,

If any system error occurs, we wil handle throw alert & exception ? But, if any application error occurs (for example in BPM to proxy scenarios, error occured in the R/3 system), how do we handle this in BPM ?

Kind Regards,

Jeg P.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey,

As you cannot use the content of fault message type in BPM.It is not possible to Handle the application error in Bpm.

One way of doing it is to have a mapping in an exception branch.

Now, when an applicaiton error occurs the exception branch will get triggered and the mapping will be executed.

You can hard code the message in the mapping that you want as a consequence of your application error.

And then after the mapping(in the exception branch) use a send step to give the output(of the mapping) to a system eg. file

rewards points if useful.

regards,

Milan

Former Member
0 Kudos

You will handle exceptions in BPM when you need stateful message processing.

For ex:Two messages are sent to XI.1.Purchase order 2.sales order.

Now you need to create purchase order in SAP ERP and after you get a successfull acknowledgment you have to create sales order in SAP CRM.An exception or an alert should be created if PO is not created in SAP ERP and probably may terminate the integration process after that if required by business.

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

regards

chandra