Search This Blog

Showing posts with label cl-salv_table functions enable. Show all posts
Showing posts with label cl-salv_table functions enable. Show all posts

Monday, February 22, 2021

Adding functions in CL_SALV_TABLE

 

DATAlo_functions TYPE REF TO cl_salv_functions_list.


  lo_functions = lo_alv->get_functions( ).

For default functions
  lo_functions->set_default( abap_true ).




For all functions

  lo_functions->set_all( abap_true ).

Pages