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: 

Set Header and Footer Size in ALV Grid

sumit_joshi2
Advisor
Advisor
0 Kudos
385

Hello,

I want to fix the size of header as 3 cm and footer as 1 cm for every page of ALV Grid report.

Even Header of footer text display or not.

Thanks,

Sumit

1 ACCEPTED SOLUTION

former_member181995
Active Contributor
0 Kudos
217

Look => [ABAP Objects - ALV Model - Using Header and Footer |http://wiki.sdn.sap.com/wiki/display/Snippets/ABAPObjects-ALVModel-UsingHeaderand+Footer]

3 REPLIES 3

former_member181995
Active Contributor
0 Kudos
218

Look => [ABAP Objects - ALV Model - Using Header and Footer |http://wiki.sdn.sap.com/wiki/display/Snippets/ABAPObjects-ALVModel-UsingHeaderand+Footer]

0 Kudos
217

Hello Amit,

Thanks for this.

Actually this is useful to set Header and Footer by row and columns, but i neet to fix it by centimeters.

The scenario is like there is one check box is on selection screen, when selected the header text will show otherwise not show but space will reserve(3 cm) and for footer(1 cm).

I had tried your code ,but not fulfill my requirements.

Thanks,

Sumit

0 Kudos
217

Hi sumit,

you will have to calculate the centimeters per row depending on current screen resolution and font size used.

Regards

Clemens