mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +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
|
||||
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' ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user