diff --git a/src/not_cloud/zcl_excel_converter_salv_table.clas.abap b/src/not_cloud/zcl_excel_converter_salv_table.clas.abap index cbc5433..3f0f899 100644 --- a/src/not_cloud/zcl_excel_converter_salv_table.clas.abap +++ b/src/not_cloud/zcl_excel_converter_salv_table.clas.abap @@ -254,7 +254,7 @@ CLASS zcl_excel_converter_salv_table IMPLEMENTATION. IF = abap_false AND = abap_true. rv_result = abap_true. ENDIF. - CATCH cx_sy_create_data_error cx_sy_dyn_call_error. + CATCH cx_sy_create_data_error cx_sy_dyn_call_error cx_salv_bs_sc_runtime_info. rv_result = abap_false. ENDTRY.