mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
Merge pull request #915 from apex8/master
ENHS: disabled dark mode to allow popup for transport
This commit is contained in:
commit
45a791b69d
|
@ -73,7 +73,7 @@ CLASS lcl_object_enhs IMPLEMENTATION.
|
||||||
EXPORTING
|
EXPORTING
|
||||||
spot_name = lv_spot_name
|
spot_name = lv_spot_name
|
||||||
tooltype = cl_enh_tool_badi_def=>tooltype
|
tooltype = cl_enh_tool_badi_def=>tooltype
|
||||||
dark = abap_true
|
dark = abap_false
|
||||||
compositename = lv_parent
|
compositename = lv_parent
|
||||||
IMPORTING
|
IMPORTING
|
||||||
spot = li_spot_ref
|
spot = li_spot_ref
|
||||||
|
|
Loading…
Reference in New Issue
Block a user