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 in ALV

Former Member
0 Kudos

Hi all,

we are using an ALV in a report, the ALV comes out fine with a "top of page" and everything, but when we try to print it on a printer the section "top of page" does not appear, is this supposed to be normal? if not how can i solve it?

3 REPLIES 3

Former Member
0 Kudos

Haku,

This is not standard in our shop. The ony thing different when we print frorm ALV, is that the headings are all the same size font vs the Main Heading being a couple of sizes bigger when on screen.

I have no solution for you at this time.

kammaje_cis
Active Contributor
0 Kudos

Haku,

I guess you are using REUSE_ALV_LIST_DISPLAY. Try using REUSE_ALV_GRID_DISPLAY. This will give you header in Print also.

I remeber solving that problem in this way.

Thanks

Krishna

venkat_o
Active Contributor
0 Kudos

Hi Haku, TOP_OF_PAGE has be to printed whether u use REUSE_ALV_GRID_DISPLAY or REUSE_ALV_LIST_DISPLAY. Can you paste ur code ? I tried after seeing ur mail . It works. Are you passing any print related information through either of those function modules? Regards, Venkat.O