cancel
Showing results for 
Search instead for 
Did you mean: 

CX_SY_NO_HANDLER is caught when i am using a modify statement on SAP Ztable

Former Member
0 Kudos

Hi All,

An execption CX_SY_NO_HANDLER is caught when i am using an modify statement on a custom table

MODIFY zdm_adc_index FROM TABLE it_meter_read.

The internal table is declared of same type as the custom Z table....

I am triggering the code from XI..using SPROXY(in ABAP). The above modify statement is in the proxy method.

When i comment the code, the proxy is succesfully executed...But i need to modify a custom table which is not happening...

Please help me in this issue....

Regards

Shiva

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

This is raised when an exception is not caught.

Check the help to see what exceptions can come back from the MODIFY statement and make sure you catch them/stop the exception being raised.

Cheers

Colin.

Former Member
0 Kudos

The issue is not with catching the execption, why is the table not getting modified with the correct data...

When i comes and executes the modify statemet, the execptionis raised...

I want the table to be updated...

Former Member
0 Kudos