Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to handle "Exception CX_SY_NO_HANDLER triggered"

Former Member
0 Kudos

Hi,

I am developing header level workflow In SRM 5.0. To meet one of the requirements the FM "BBP_CHANGE_DOC_GET_NEW" is called in the "BBP_WFL_SECUR_BADI". This FM is get the changes in the SC when the approver changes cost object, price etc...

As soon as the call is made to this FM in the badi, the following error is coming,

Exception CX_SY_NO_HANDLER triggered.

Individually i was able to test the FM but not from badi due to the above error.

Can anyone help me how to handle this exception.

Thanks

Martin

1 REPLY 1

Former Member
0 Kudos

hI,

Actually this is a fairly generic exception. CX_SY_NO_HANDLER is raised when there has been a system exception but there is nothing registered to handle it. This is sort of a catch all for exceptions. You might want a try ... catch around your method call and at least catch this exception. You then might be able to receive more details about what exception is being thrown.

the exception was caused by the mis-spelling of export parameter u can check the following notes

I hope, the following notes will help you:

855444 838566

<b>Reward points</b>

Regards