‎2007 Oct 27 7:40 AM
Hi Friends
I am handling 1 classical Report.
In that Report I am creating 2 pages using new-page and taking some counters into consederation.
Now my requirement is : I want to create 2 page headers .
One page header for first page and the second page header for second page.
Can anyone please guide me how I can acieve this?
<b>Points are assured for useful answers.</b>
Regards,
Sree
‎2007 Oct 27 7:55 AM
Hiii Sreeram,
TOP-OF-PAGE.
case sy-pagno.
when '1'.
write: 'heading 1'.
when '2'.
write: 'heading 2'.
endcase.
try this and ur problem will be solved.,.
Regards
Debasish
‎2007 Oct 27 7:42 AM
Sree ram,
Use Top-of-Page events to create page header.
K.Kiran.
‎2007 Oct 27 7:55 AM
Hiii Sreeram,
TOP-OF-PAGE.
case sy-pagno.
when '1'.
write: 'heading 1'.
when '2'.
write: 'heading 2'.
endcase.
try this and ur problem will be solved.,.
Regards
Debasish
‎2007 Oct 27 7:57 AM
hi! Sree Ram
Try using TOP-OF-PAGE with condition SY-PAGNO.
Reward me if its useful.
Regards,
Nagulan.