cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I want to call a zfunction module in my workflow shoud I raise my exception in the method where I call function module or should I create another task and create another method for xception??

0 Likes
View Entire Topic
Former Member
0 Likes

You should raise exception from the method in which u are calling your custom function module. After raising the exception if you want to handle it make sure to activate the exception in the outcome tab of your workflow step. By this you will be able to do the needful from workflow when that exception is raised.

Regards,

Shaurya

Former Member
0 Likes

Hi,

Do as mentioned in the thread by shaurya jain.................and for example how to implement it go to saptechnical website in workflow section.There is very good example......for exception handling.