TRAN: ignore object not found while delete

If the transaction can't be found in FM RPY_TRANSACTION_DELETE, it's already deleted
This commit is contained in:
Domi Bigl 2018-11-11 10:48:04 +01:00 committed by Lars Hvam
parent 297112614e
commit ffac70b9c3

View File

@ -510,7 +510,7 @@ CLASS zcl_abapgit_object_tran IMPLEMENTATION.
transaction = lv_transaction
EXCEPTIONS
not_excecuted = 1
object_not_found = 2
object_not_found = 0
OTHERS = 3.
IF sy-subrc <> 0.
zcx_abapgit_exception=>raise( 'Error from RPY_TRANSACTION_DELETE' ).