mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Fix applied (#3037)
This commit is contained in:
parent
04a6d7e484
commit
fb527126ef
|
@ -226,8 +226,7 @@ CLASS zcl_abapgit_object_iaxu IMPLEMENTATION.
|
||||||
object_not_existing = 9
|
object_not_existing = 9
|
||||||
object_invalid = 10
|
object_invalid = 10
|
||||||
error_occured = 11
|
error_occured = 11
|
||||||
content_data_error = 12
|
OTHERS = 12 ).
|
||||||
OTHERS = 13 ).
|
|
||||||
|
|
||||||
IF sy-subrc <> 0.
|
IF sy-subrc <> 0.
|
||||||
zcx_abapgit_exception=>raise( |Error from w3_api_xml3~set_changeable subrc={ sy-subrc }| ).
|
zcx_abapgit_exception=>raise( |Error from w3_api_xml3~set_changeable subrc={ sy-subrc }| ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user