Hi,
i have a ALV report using ALV List Display. However once i run the report, my 'Set Filter (Cltr+F5)' icon is missing from the title bar. Can anyone please advice me?
CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
EXPORTING
i_callback_program = tp_repid
i_callback_pf_status_set = 'SET_STATUS'
i_callback_user_command = 'USER_COMMAND'
is_layout = ta_layout
it_fieldcat = ta_fieldcat[]
i_save = 'A'
it_events = ta_events[]
is_print = ta_print
TABLES
t_outtab = ta_fin_output
EXCEPTIONS
program_error = 1
OTHERS = 2.
IF sy-subrc <> 0.
MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
ENDIF.
Please feel free to let me know if you need any information. Hope to hear from you soon.
Thank You.
Regards,
SW