cancel
Showing results for 
Search instead for 
Did you mean: 

Getting an Exception CX_SY_NO_HANDLER

Former Member
0 Kudos

Hi,

In IB Proxy used a function module "ENQUEUE_EZFIFILELOCKS".

In debugging it is going into exception CX_SY_NO_HANDLER.

In the Results the error is

- <CX_XMS_SYSTEM_ERROR>

<ID>DYNAMIC_CALL_FAILURE</ID>

<P1>UNCAUGHT_EXCEPTION</P1>

<P2>ZFI20017II_SUBMIT_RKEVEXT3_IBC</P2>

<P3>EXECUTE_ASYNCHRONOUS</P3>

<P4 />

<INFO />

<CATEGORY />

<AREA />

<RETRY />

</CX_XMS_SYSTEM_ERROR>

- <CX_XMS_SYSERR_PROXY>

<CO_AREA_ABAP>ABAP</CO_AREA_ABAP>

</CX_XMS_SYSERR_PROXY>

Please help me in solving this issue.

Srinivas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for your Suggestion

Former Member
0 Kudos

Hello,

The problem is with type compatibility. Check the parameters you r passing to function module. i.e. the parmeter you r passing and the function module Input parameters should have same type.

Regards,

Sreeni.