Update zcl_excel_writer_2007.clas.abap

This commit is contained in:
Bernd 2024-05-23 11:57:19 +02:00 committed by GitHub
parent 93110ff0a6
commit 7e3d10fde8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4533,6 +4533,7 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
ADD 1 TO lv_cell_tabix. ADD 1 TO lv_cell_tabix.
READ TABLE io_worksheet->sheet_content ASSIGNING <ls_sheet_content> INDEX lv_cell_tabix. READ TABLE io_worksheet->sheet_content ASSIGNING <ls_sheet_content> INDEX lv_cell_tabix.
* sy-subrc <> 0 always corresponds with the end of the last while loop
ENDWHILE. ENDWHILE.
ENDIF. ENDIF.