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: 

How to fix the header

Former Member
0 Kudos

hi experts,

m working on 1 report..but wen output comes header is not fixed..i wan my header to b fixed n data should b scrolling..my header is names of all fields..how can i do dat

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

If u want to display in classical reports,use the TOP-OF-PAGE event.In that by using the WRITE statement we can print.

Where as in ALV Grid report,

by using fieldcatalog(using function module or manually),we

can display.

Let me know clearly in which type of report u want.

Reward points,if it is useful.

Thanks,

chandu.

4 REPLIES 4

Former Member
0 Kudos

can u explain clearly?

Former Member
0 Kudos

Hi raman sharma,

Display your data in ALV.

Reward if it is useful,

Mahi.

Former Member
0 Kudos

if u want to have header for the displayed fields then use the fieldcatralog.

ex:

DATA: i_fieldcat TYPE slis_t_fieldcat_alv,

wa_fieldcat TYPE slis_fieldcat_alv.

then using the fieldname u can display the heading of that field.

regards,

pavan.

Former Member
0 Kudos

Hi,

If u want to display in classical reports,use the TOP-OF-PAGE event.In that by using the WRITE statement we can print.

Where as in ALV Grid report,

by using fieldcatalog(using function module or manually),we

can display.

Let me know clearly in which type of report u want.

Reward points,if it is useful.

Thanks,

chandu.