cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to add Exception handling to ccBPM - CALL_TRANSFORMATION error

Former Member
0 Kudos

Hi,

I'm trying to add some exception handling to my ccBPM so I can make sure that my transformation step (calls a message mapping) works properly.

I add my transformation step + exception branch + the exception to a block. I trigger an error in the message mapping, but my exception handler doesn't pick up the exception. Instead I get a red flag in the sxmb_moni and a message in the workflow log telling me:

Object CL_SWF_XI_MSG_BROKER method CALL_TRANSFORMATION cannot be executed

~com.sap.aii.utilxi.misc.api.BaseRuntimeException.

What can I do to catch and handle the exception?

I run XI 3.0 sp14

Best Regards

Olof Trönnberg

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You have to add a name of the error in transformation step and afterwards create a branch which will catch the exception (here should be handling of it).

Regards,

wojciech