Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance ct_menu, add_function() disabled parameter #47

Merged
merged 3 commits into from
Mar 11, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
enhance ct_menu, add_function() disabled parameter
thorsten-wolf-neptune committed Mar 11, 2025
commit adc5ad2f6d21af5fe9a291d0704f4ec3cf096f9a
5 changes: 3 additions & 2 deletions src/cl_ctmenu.clas.abap
Original file line number Diff line number Diff line change
@@ -6,8 +6,9 @@ CLASS cl_ctmenu DEFINITION PUBLIC.

METHODS add_function
IMPORTING
fcode TYPE ui_func
text TYPE gui_text.
fcode TYPE ui_func
text TYPE gui_text
disabled TYPE abap_bool OPTIONAL.
ENDCLASS.

CLASS cl_ctmenu IMPLEMENTATION.