Skip to Content
0
Former Member
Oct 07, 2005 at 03:09 PM

ALV list heading

32 Views

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