mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00
Merge pull request #1025 from christianguenter2/fix_IAMU_regression
Remove not existing exception (7.31 and lower)
This commit is contained in:
commit
50e3bf6a5c
|
@ -116,8 +116,7 @@ CLASS lcl_object_iamu 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 if_w3_api_mime~set_changeable| ).
|
zcx_abapgit_exception=>raise( |Error from if_w3_api_mime~set_changeable| ).
|
||||||
|
@ -303,8 +302,7 @@ CLASS lcl_object_iamu 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 if_w3_api_mime~set_changeable| ).
|
zcx_abapgit_exception=>raise( |Error from if_w3_api_mime~set_changeable| ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user