Hi Chinna,
You can use the event 'End-of-Page' in the parameter 'It_events' in the function module 'REUSE_ALV_GRID_DISPLAY'.
But it will only execute when print is taken. So take a printout and check whether End of page is working or not.
As another option you can try the event 'End-of-coverpage' in the parameter 'It_events' in the function module 'REUSE_ALV_GRID_DISPLAY'.
Thankyou,
Jerry
What is the event you're using to achieve this?
An ALV Grid is displayed in a screen container & there is no "page-break" in the custom container. Hence END-OF-PAGE cannot be used.
You should rather use I_CALLBACK_HTML_END_OF_LIST to display the footer in online mode, but bear in mind you cannot print it.
You can try the END-OF-LIST event if you want to print the footer.
BR,
Suhas
Hi Kiran,
Good one. i can display the text as footer now.
BUT....
its not displaying right afer the last row of the grid. the text is being shown in a seperate block at footer.
will it be possible to display the text right after the last rwow of the GRID and rigth corner of the GRID.
Thank you.
Regards,
Chinna
Add a comment