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: 

ALV

Former Member
0 Kudos

Hi,

Is it possible in ALV to build Summary of some Fields,

while printing on pages. So I see on all Pages the Summary

of my Fields depending on this actuall Page.

I use reuse_alv_grid_display.

Thanks!

Bye

B.M.

3 REPLIES 3

former_member188685
Active Contributor
0 Kudos

Looks like not possible.

in these case you should go with Normal Reporting.

Regards

vijay

Former Member
0 Kudos

Hi,

May not be directly.

But what you can do is to calculate the summary that you want to print manually, and PRINT that in the PRINT_END_OF_PAGE event.

Just like TOP_OF_PAGE fires, this will fire only while printing.

Regards,

Ravi

Note : Please mark all the helpful answers

0 Kudos

Hi ravi,

How can I know the count of lines in one Page.

Could you give me some sample code.

thanks..

Bye