fix linter errors

This commit is contained in:
Domi Bigl 2022-07-28 15:13:45 +00:00
parent 7c1453420d
commit 989c734c70

View File

@ -3662,9 +3662,9 @@ CLASS zcl_excel_worksheet IMPLEMENTATION.
READ TABLE <fs_sheet_content>-table->fieldcat ASSIGNING <ls_fieldcat> WITH KEY fieldname = <fs_sheet_content>-table_fieldname.
IF sy-subrc = 0.
<ls_fieldcat>-column_name = lv_value.
if <ls_fieldcat>-column_name <> lv_value.
IF <ls_fieldcat>-column_name <> lv_value.
zcx_excel=>raise_text( 'Cell is table column header - this value is not allowed' ).
endif.
ENDIF.
ENDIF.
ENDIF.