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: 

Clasical Report column headings display

Former Member
0 Kudos

Hi ABAPERS

iam working on clasical report. in that i have to display 16 field headings.

when executing the report, the column headers should be frozen at the top so that when the user is scrolling down, they can see what the column title is.

how can i over come this problem.

4 REPLIES 4

Former Member
0 Kudos

Hi,

you mean the column headings should be displayed even though

the user scrolls down the output.

For classical reports, according to me it is not possible.

We will be using the write statement to display the records,

so it is static for the report.

If you want the output what you are expecting then go for ALV's.

Regards,

Venkatesh

Former Member
0 Kudos

useing top-of-page event we can solve this problem

Former Member
0 Kudos

using top-of-page also it is not possible... Say first line is header and when you scroll 2 lines down the header part gets disapperead as report should show 2 additional lines...

This is possible only with ALV wherein if you scroll down also, the header remains at the top....

Former Member
0 Kudos

This message was moderated.