From 578a519f506532a045e2edd4054eb40bd99c0aae Mon Sep 17 00:00:00 2001 From: Bernd <135710507+darnoc312@users.noreply.github.com> Date: Tue, 28 May 2024 13:48:34 +0200 Subject: [PATCH] Update zcl_excel_writer_2007.clas.abap --- src/zcl_excel_writer_2007.clas.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zcl_excel_writer_2007.clas.abap b/src/zcl_excel_writer_2007.clas.abap index 1ebf836..f8509f5 100644 --- a/src/zcl_excel_writer_2007.clas.abap +++ b/src/zcl_excel_writer_2007.clas.abap @@ -4529,7 +4529,7 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION. ADD 1 TO lv_cell_tabix. READ TABLE io_worksheet->sheet_content ASSIGNING INDEX lv_cell_tabix. -* sy-subrc <> 0 always corresponds with the end of the last while loop +* sy-subrc <> 0 always corresponds to the end of the last while loop ENDWHILE. ENDIF.