mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
DOMA fix delete fix value appends
This commit is contained in:
parent
4657965117
commit
82ece0ff3c
|
@ -210,6 +210,7 @@ CLASS ZCL_ABAPGIT_OBJECT_DOMA IMPLEMENTATION.
|
||||||
no_ask = abap_true
|
no_ask = abap_true
|
||||||
objname = lv_objname
|
objname = lv_objname
|
||||||
objtype = 'D'
|
objtype = 'D'
|
||||||
|
no_ask_delete_append = abap_true
|
||||||
EXCEPTIONS
|
EXCEPTIONS
|
||||||
not_executed = 1
|
not_executed = 1
|
||||||
object_not_found = 2
|
object_not_found = 2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user