mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Merge pull request #1444 from christianguenter2/1408_ecatt
ECATT: remove empty attributes
This commit is contained in:
commit
6b42e59afa
|
@ -144,12 +144,9 @@ CLASS zcl_abapgit_object_ecatt_super IMPLEMENTATION.
|
||||||
lv_object_type = get_object_type( ).
|
lv_object_type = get_object_type( ).
|
||||||
|
|
||||||
lo_element = ci_document->find_from_name( |{ lv_object_type }| ).
|
lo_element = ci_document->find_from_name( |{ lv_object_type }| ).
|
||||||
lo_element->set_attribute( name = |SAPRL|
|
lo_element->remove_attribute( |SAPRL| ).
|
||||||
value = || ).
|
lo_element->remove_attribute( |DOWNLOADDATE| ).
|
||||||
lo_element->set_attribute( name = |DOWNLOADDATE|
|
lo_element->remove_attribute( |DOWNLOADTIME| ).
|
||||||
value = || ).
|
|
||||||
lo_element->set_attribute( name = |DOWNLOADTIME|
|
|
||||||
value = || ).
|
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user