Hello
Pls. let me know how to disable / greyed out the SELECT ALL / DESELECT ALL button/option on ALV?
I did for INSERT row as below, but not sure how to do for SELECT ALL / DESELECT ALL
* Hide insert button
lr_value_p->if_salv_wd_std_functions~set_edit_insert_row_allowed(
abap_false ).
lr_value_c->if_salv_wd_std_functions~set_edit_insert_row_allowed(
abap_false ).
Thank you