The OO ALV does not invoke the TOP-OF-PAGE event. Do you want a picture above your ALV Grid? If so you can use a splitter container and put a picture control at the top and your ALV grid on the bottom.
This posting has an example of using a splitter container:
Changing width of a custom container dynamically
This posting has a discussion about using TOP-OF-PAGE:
This posting has an example of using picture control:
Insert picture in selection screen.
This posting has an example of putting a picture on top of an ALV grid:
Message was edited by: Charles Folwell
Hi Feros
There is an event 'TOP_OF_PAGE' of the ALV Grid control which gets a DD reference as the input. However, as Charles said, the event does not seem to be triggered. So, you can implement Charles' solution.
*--Serdar
Add a comment