Update src/zcl_excel_writer_2007.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
Rahul Dwivedi 2022-10-22 04:55:03 +05:30 committed by GitHub
parent 498954d6ed
commit 283bb1412b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3818,7 +3818,7 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
lo_element_root->append_child( new_child = lo_element ).
ENDMETHOD.
METHOD create_xl_sheet_subnodes.
DATA: lo_element_root TYPE REF TO if_ixml_element,
DATA: lo_element_root TYPE REF TO if_ixml_element,
lv_relation_id TYPE i VALUE 0.
lo_element_root = io_document->get_root_element( ).