mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
XSLT: fix overwriting
This commit is contained in:
parent
6b016bbb11
commit
3f2156ffa9
|
@ -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 ).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user