Update zcl_excel_writer_2007.clas.abap

This commit is contained in:
RixarSAP 2024-05-02 16:12:26 +02:00 committed by GitHub
parent 8e6cedc694
commit 45399008a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3310,7 +3310,7 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
lv_width_str TYPE string. lv_width_str TYPE string.
CONSTANTS: CONSTANTS:
lc_anchor_init TYPE string VALUE '0, 1, 11, 10, &width&, 31, &height&, 9'. lc_anchor_init TYPE string VALUE '2, 15, 11, 10, &width&, 31, &height&, 9'.
CALL METHOD lo_comment->get_size CALL METHOD lo_comment->get_size
IMPORTING IMPORTING