Hello ABAPers,
I am displaying some records in an internal table in the form of an ALV list.
I need 'Number of records displayed: xxx' at the header level or at the end of the list.
(xxx number of records in the internal table)
I am using the function module and calling this in form top_of_page.
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
EXPORTING
it_list_commentary = lt_list_top_of_page.
but it seems like it is not working. Any suggestions.
Thanks,
Naren
Message was edited by: Naren Somen