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