mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
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:
parent
297112614e
commit
ffac70b9c3
|
@ -510,7 +510,7 @@ CLASS zcl_abapgit_object_tran IMPLEMENTATION.
|
||||||
transaction = lv_transaction
|
transaction = lv_transaction
|
||||||
EXCEPTIONS
|
EXCEPTIONS
|
||||||
not_excecuted = 1
|
not_excecuted = 1
|
||||||
object_not_found = 2
|
object_not_found = 0
|
||||||
OTHERS = 3.
|
OTHERS = 3.
|
||||||
IF sy-subrc <> 0.
|
IF sy-subrc <> 0.
|
||||||
zcx_abapgit_exception=>raise( 'Error from RPY_TRANSACTION_DELETE' ).
|
zcx_abapgit_exception=>raise( 'Error from RPY_TRANSACTION_DELETE' ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user