mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 20:32:26 +08:00
Table deletion without pop-up
This commit is contained in:
parent
19d1b6a443
commit
bf1d9a13e3
|
@ -106,7 +106,7 @@ CLASS lcl_object_tabl IMPLEMENTATION.
|
|||
|
||||
CALL FUNCTION 'RS_DD_DELETE_OBJ'
|
||||
EXPORTING
|
||||
no_ask = abap_false
|
||||
no_ask = abap_true
|
||||
objname = lv_objname
|
||||
objtype = 'T'
|
||||
EXCEPTIONS
|
||||
|
|
Loading…
Reference in New Issue
Block a user