mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-03 05:18:59 +08:00
Removes activation pop-up screen
This commit is contained in:
parent
bf1d9a13e3
commit
a32ab9d4fb
|
@ -56,7 +56,7 @@ CLASS lcl_objects_activation IMPLEMENTATION.
|
||||||
CALL FUNCTION 'RS_WORKING_OBJECTS_ACTIVATE'
|
CALL FUNCTION 'RS_WORKING_OBJECTS_ACTIVATE'
|
||||||
EXPORTING
|
EXPORTING
|
||||||
activate_ddic_objects = iv_ddic
|
activate_ddic_objects = iv_ddic
|
||||||
with_popup = abap_true
|
with_popup = abap_false
|
||||||
TABLES
|
TABLES
|
||||||
objects = gt_objects
|
objects = gt_objects
|
||||||
EXCEPTIONS
|
EXCEPTIONS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user