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: 

Footer Not Getting Displayed IN OO ALV

Former Member
0 Kudos

HI Experts,

I am using OO ALV and wish to display a footer for it.

but the footer is not getting displayed.

3 REPLIES 3

Former Member
0 Kudos

Footer for each page means you should use the EVENT END_OF_PAGE this will trigger , but not in display, but when you print the report it will work.

Footer at the end_of report then you have to use END_OF_LIST event.

BCALV_TEST_LIST_EVENTS

check the above program to test the events.

0 Kudos

Hi Amit,

The program BCALV_GRID_VERIFY has the footer displayed at the grid output.

But i am using the same coding and its not getting displayed. Can you help me out.

0 Kudos

Hi Asha ,

Hev you declared the class to handle events and also set handlers for the same.

Regadrs

Arun