Fix applied (#3037)

This commit is contained in:
mariusraht2 2019-11-06 09:42:47 +01:00 committed by Lars Hvam
parent 04a6d7e484
commit fb527126ef

View File

@ -226,8 +226,7 @@ CLASS zcl_abapgit_object_iaxu IMPLEMENTATION.
object_not_existing = 9
object_invalid = 10
error_occured = 11
content_data_error = 12
OTHERS = 13 ).
OTHERS = 12 ).
IF sy-subrc <> 0.
zcx_abapgit_exception=>raise( |Error from w3_api_xml3~set_changeable subrc={ sy-subrc }| ).