Quantcast
Channel: SCN: Message List - ABAP Objects
Viewing all articles
Browse latest Browse all 159

Re: FULLSCREEN ALV with status GUI - disable own created button

$
0
0

Then use the class provided

DATA : gr_functions TYPE REF TO cl_salv_functions_list.

gr_functions = gr_table->get_functions( ).
gr_functions->set_function( name = 'BUT1' boolean = 'X' ).
gr_functions->set_function( name = 'BUT2' boolean = ' ' ).

 

Regards,

Raymond


Viewing all articles
Browse latest Browse all 159

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>