cancel
Showing results for 
Search instead for 
Did you mean: 

cl_fdt_dt_excel->modify_dectab_from_excel giving exception CX_SY_NO_HANDLER

former_member198721
Participant
0 Kudos

Hi Experts,

I am having issue with the class cl_fdt_dt_excel. Method modify_dectab_from_excel  of this class is giving me exception CX_SY_NO_HANDLER.

Please suggest how to check the text of the exception or is there any way to resolve it. I am having no idea on this.

Regards,

Khushbu

Accepted Solutions (0)

Answers (1)

Answers (1)

christianlechne
Active Contributor
0 Kudos

Hi,

you can call the method if_message~get_text or if_message~get_longtext on the exception that delivers you the information.

In order to get the place where the exception is raised you can set a Break-Point for the instruction RAISE EXCEPTION

BR

Christian