Hi All,
Im facing problem while writing report in alv . im unable to display heading from second page and bottom too.
im using 'REUSE_ALV_HIERSEQ_LIST_DISPLAY
call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'
exporting
i_callback_program = sy-repid
is_layout = ls_layout
it_fieldcat = lt_fieldcat_all
it_sort = lt_sort_acc
is_variant = gs_variant
i_save = 'A'
it_events = lt_eventtab
i_tabname_header = 'HEAD'
i_tabname_item = 'ITEM'
is_keyinfo = ls_key
is_print = gs_print
tables
t_outtab_header = lt_copy_doc_head
t_outtab_item = lt_copy_doc_item
exceptions
program_error = 1
others = 2.
please suggest me how to display heading in every page.
Thanks & regards,
Padma.