Hi Gurus,
I am using system field 'sy-pagno' in my ALV TOP_OF_PAGE.
the o/p is having 4 Records.
here the Prob is page number is shown as 0.
how to get the correct numner.
hline-typ = 'S'.
WRITE: 'Page No:' TO text,
sy-pagno TO text+11.
hline-info = text.
APPEND hline TO p_heading.
CLEAR: text, hline.
please find the code i have written.