Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding Classical Report

sreeramkumar_madisetty
Active Contributor
0 Likes
432

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
414

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

3 REPLIES 3
Read only

kiran_k8
Active Contributor
0 Likes
414

Sree ram,

Use Top-of-Page events to create page header.

K.Kiran.

Read only

Former Member
0 Likes
415

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

Read only

Former Member
0 Likes
414

hi! Sree Ram

Try using TOP-OF-PAGE with condition SY-PAGNO.

Reward me if its useful.

Regards,

Nagulan.