Skip to Content
0
Former Member
Dec 05, 2008 at 05:18 AM

SY-PAGNO in TOP-OF-PAGE of ALV

300 Views

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.