mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
MSAG: Fix deletion of message longtexts
Regression https://github.com/abapGit/abapGit/pull/7093
This commit is contained in:
parent
53bad5bd20
commit
845ae681a5
|
@ -84,7 +84,7 @@ CLASS zcl_abapgit_object_msag IMPLEMENTATION.
|
||||||
object_is_enqueued_by_corr = 6
|
object_is_enqueued_by_corr = 6
|
||||||
user_break = 7
|
user_break = 7
|
||||||
OTHERS = 8.
|
OTHERS = 8.
|
||||||
IF sy-subrc <> 0.
|
IF sy-subrc <> 0 AND sy-subrc <> 4.
|
||||||
zcx_abapgit_exception=>raise( 'Error deleting longtext for message' ).
|
zcx_abapgit_exception=>raise( 'Error deleting longtext for message' ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user