Skip to content

Commit 1352704

Browse files
enhance ct_menu, add_function() disabled parameter (#47)
1 parent b759e6c commit 1352704

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/cl_ctmenu.clas.abap

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ CLASS cl_ctmenu DEFINITION PUBLIC.
66

77
METHODS add_function
88
IMPORTING
9-
fcode TYPE ui_func
10-
text TYPE gui_text.
9+
fcode TYPE ui_func
10+
text TYPE gui_text
11+
disabled TYPE abap_bool OPTIONAL.
1112
ENDCLASS.
1213

1314
CLASS cl_ctmenu IMPLEMENTATION.

0 commit comments

Comments
 (0)