Search This Blog

Showing posts with label layout in cl_savl_table. Show all posts
Showing posts with label layout in cl_savl_table. Show all posts

Monday, February 22, 2021

Layout in OOPS ALV CL_SALV_TABLE

 SAVE Default Layout in OOPS ALV CL_SALV_TABLE


" Declaration 

 DATA: lo_layout TYPE REF TO cl_salv_layout,

            ls_key TYPE salv_s_layout_key.

 

lo_layout = lo_alv->get_layout( ).


lo_layout->set_save_restriction( if_salv_c_layout=>restrict_none ).


ls_key-report = sy-repid.


lo_layout->set_key( ls_key ).


Pages