XSLT: fix overwriting

This commit is contained in:
larshp 2017-01-22 12:57:00 +01:00
parent 6b016bbb11
commit 3f2156ffa9

View File

@ -94,6 +94,10 @@ CLASS lcl_object_xslt IMPLEMENTATION.
ls_attributes TYPE o2xsltattr.
IF lif_object~exists( ) = abap_true.
lif_object~delete( ).
ENDIF.
io_xml->read( EXPORTING iv_name = 'ATTRIBUTES'
CHANGING cg_data = ls_attributes ).