mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +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'
|
CALL FUNCTION 'RS_DD_DELETE_OBJ'
|
||||||
EXPORTING
|
EXPORTING
|
||||||
no_ask = abap_false
|
no_ask = abap_true
|
||||||
objname = lv_objname
|
objname = lv_objname
|
||||||
objtype = 'T'
|
objtype = 'T'
|
||||||
EXCEPTIONS
|
EXCEPTIONS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user