mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-03 05:18:59 +08:00
ecatt: remove DEFINITION LOAD of global class
This commit is contained in:
parent
1bb195b344
commit
f405ff9e86
|
@ -49,7 +49,6 @@ CLASS ZCL_ABAPGIT_ECATT_SP_UPLOAD IMPLEMENTATION.
|
||||||
li_section = template_over_all->find_from_name_ns( 'START_PROFILE' ).
|
li_section = template_over_all->find_from_name_ns( 'START_PROFILE' ).
|
||||||
|
|
||||||
IF NOT li_section IS INITIAL.
|
IF NOT li_section IS INITIAL.
|
||||||
CLASS cl_ixml DEFINITION LOAD.
|
|
||||||
li_ixml = cl_ixml=>create( ).
|
li_ixml = cl_ixml=>create( ).
|
||||||
li_dom = li_ixml->create_document( ).
|
li_dom = li_ixml->create_document( ).
|
||||||
li_root ?= li_section->clone( ).
|
li_root ?= li_section->clone( ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user