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: 

Event for page down

Former Member
0 Kudos

Hi,

I would like to know if there is any event that is triggered when we press page-down in alv lsit display

2 REPLIES 2

Former Member
0 Kudos

Look the documentation of the function module REUSE_ALV_LIST_DISPLAY for IT_EVENTS and IT_EVENT_EXIT.

You can pass ALV standard function codes, to return control to the user before and/or after execution with the callback event USER_COMMAND

Hope that helps!

Rishi

0 Kudos

Hi

If you are using OO ALV Grid Control, you can make use of the method <b>"SET_SCROLL_INFO_VIA_ID"</b>.

For more information you can refer to the tutorial <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/an%20easy%20reference%20for%20alv%20grid%20control.pdf">"An Easy Reference For ALV Grid Control"</a>.

*--Serdar