i have one requirement.
iam displaying out put .in my output iam having header and line items and line count is 55.actually when i click page down button it has to show the header and line items.but happending is header is showing only for first pages and not for all the pages.iam sending my code below.
LOOP AT T_OUTPUT1.
WRITE:/1 VLINE,
2 T_OUTPUT1-KTOKD,
17 VLINE,
18 T_OUTPUT1-KUNNR,
29 VLINE,
30 T_OUTPUT1-NAME1,
70 VLINE,
71 T_OUTPUT1-KATR1,
87 VLINE,
88 T_OUTPUT1-LAND1,
96 VLINE,
97 T_OUTPUT1-VKORG,
107 VLINE,
108 T_OUTPUT1-KVGR1,
118 VLINE,
DV4K934131-Start.
119 T_OUTPUT1-TTEXT,
120 T_OUTPUT1-V_TEXT,
150 VLINE.
255 VLINE.
DV4K934131-End.
ENDLOOP.