Application Development 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: 

top-of-page for headers

Former Member
0 Kudos

Is there an alternative to using top-of-page for headers?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

keep a track of line count.

instead of top of page try using

if sy-linno = 64.

new-page.

write:"ur page header"

endif.

Kindly Award Points If You Find The Reply Helpful.

Cheers,

Chaitanya.

2 REPLIES 2

Former Member
0 Kudos

i don't think there is any alternative.

BTW, what's the issue?

Regards

ANUPAM

Former Member
0 Kudos

Hi,

keep a track of line count.

instead of top of page try using

if sy-linno = 64.

new-page.

write:"ur page header"

endif.

Kindly Award Points If You Find The Reply Helpful.

Cheers,

Chaitanya.