Code: Alles auswählen.
DATA: lo_interfacecontroller TYPE REF TO iwci_salv_wd_table ,
lv_value TYPE REF TO cl_salv_wd_config_table,
footer_visible_true TYPE salv_wd_constant.
lo_interfacecontroller = wd_this->wd_cpifc_cpu_alv( ).
lv_value = lo_interfacecontroller->get_model( ).
lv_value->IF_SALV_WD_TABLE_SETTINGS~SET_FOOTER_VISIBLE( footer_visible_true ).