Merge pull request #1025 from christianguenter2/fix_IAMU_regression

Remove not existing exception (7.31 and lower)
This commit is contained in:
Lars Hvam 2017-10-26 08:06:47 +02:00 committed by GitHub
commit 50e3bf6a5c

View File

@ -116,8 +116,7 @@ CLASS lcl_object_iamu 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 if_w3_api_mime~set_changeable| ).
@ -303,8 +302,7 @@ CLASS lcl_object_iamu 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 if_w3_api_mime~set_changeable| ).