Merge pull request #1444 from christianguenter2/1408_ecatt

ECATT: remove empty attributes
This commit is contained in:
Lars Hvam 2018-06-04 15:12:25 +02:00 committed by GitHub
commit 6b42e59afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,12 +144,9 @@ CLASS zcl_abapgit_object_ecatt_super IMPLEMENTATION.
lv_object_type = get_object_type( ).
lo_element = ci_document->find_from_name( |{ lv_object_type }| ).
lo_element->set_attribute( name = |SAPRL|
value = || ).
lo_element->set_attribute( name = |DOWNLOADDATE|
value = || ).
lo_element->set_attribute( name = |DOWNLOADTIME|
value = || ).
lo_element->remove_attribute( |SAPRL| ).
lo_element->remove_attribute( |DOWNLOADDATE| ).
lo_element->remove_attribute( |DOWNLOADTIME| ).
ENDMETHOD.