mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Merge pull request #1376 from christianguenter2/1054
DOMA fix delete fix value appends
This commit is contained in:
commit
03f7ce2bc6
|
@ -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