Update zcl_excel_writer_2007.clas.abap

This commit is contained in:
Bernd 2024-04-05 12:15:48 +02:00 committed by GitHub
parent 61766c5830
commit c7f28d5dfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4122,11 +4122,12 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
********************************************************************** **********************************************************************
* header footer image * header footer image
IF iv_hdft_vmlindex > 0.. "Header or footer image exist IF iv_hdft_vmlindex > 0. "Header or footer image exist
ADD 1 TO lv_relation_id.
" Drawing for comment/header/footer " Drawing for comment/header/footer
lo_element = lo_document->create_simple_element( name = lc_xml_node_relationship lo_element = lo_document->create_simple_element( name = lc_xml_node_relationship
parent = lo_document ). parent = lo_document ).
ADD 1 TO lv_relation_id.
lv_value = lv_relation_id. lv_value = lv_relation_id.
CONDENSE lv_value. CONDENSE lv_value.
CONCATENATE 'rId' lv_value INTO lv_value. CONCATENATE 'rId' lv_value INTO lv_value.