Hi All,
I'm trying to display the header, body and footer for ALV.
Using below code I'm able to view all three i.e Header, Body and footer on my output screen of module pool, but while Printing Footer is NOT coming, Neither in Print Preview.
Can anybody help me out to print all three on the same page.
call function 'REUSE_ALV_GRID_DISPLAY'
exporting
i_callback_program = gd_repid
i_callback_top_of_page = 'TOP-OF-PAGE'
i_callback_html_end_of_list = 'END_OF_LIST_HTML'
is_layout = gd_layout
it_fieldcat = fieldcatalog[]
i_save = 'X'
tables
t_outtab = it_ekko
exceptions
program_error = 1
others = 2.
Any help in this regard would be appreciated.
Thanks,
Kunal Thakral