Hi Experts in ALV-OM,
i try to add a new menu-button to alv-om. (CL_SALV_TABLE), but I don't find the right methods.
The methods
lr_functions = go_alv->get_functions( ).
lr_functions->set_all( abap_true ).
lr_functions->set_group_filter( abap_true ).
supplies standard-menu-buttons, therefore it must be possible to add an own menu_button.
It is possible to add functions with (CL_SALV_FUNCTION_LIST->ADD_FUNCTION), but I can't find the right coding to add an group, all methods I found (set_group, set_item) are protected.
Thanks for your help
Christiane