Remove not existing exception (7.31 and lower)

This commit is contained in:
Christian Günter 2017-10-25 18:37:07 +00:00
parent 369f86aef0
commit 789058778e

View File

@ -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| ).