mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Fix abapGit popups external call (#6716)
This commit is contained in:
parent
2655c76996
commit
c29ab1928f
|
@ -765,7 +765,8 @@ CLASS lcl_object_descision_list IMPLEMENTATION.
|
||||||
lt_func_list = lo_functions->get_functions( ).
|
lt_func_list = lo_functions->get_functions( ).
|
||||||
LOOP AT lt_func_list INTO ls_func.
|
LOOP AT lt_func_list INTO ls_func.
|
||||||
lv_fn = ls_func-r_function->get_name( ).
|
lv_fn = ls_func-r_function->get_name( ).
|
||||||
IF lv_fn = 'OK' OR lv_fn = 'CANCEL'.
|
IF lv_fn = 'OK' OR lv_fn = 'CANCEL'
|
||||||
|
OR lv_fn = 'O.K.' OR lv_fn = 'EABR'.
|
||||||
ls_func-r_function->set_visible( abap_true ).
|
ls_func-r_function->set_visible( abap_true ).
|
||||||
ELSEIF iv_object_list = abap_true.
|
ELSEIF iv_object_list = abap_true.
|
||||||
ls_func-r_function->set_visible( abap_true ).
|
ls_func-r_function->set_visible( abap_true ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user