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: 

How could control the scroll events in ALV OO?

Former Member
0 Kudos

Hello experts!

I'm programing a report, inside there is a field that need time of processing. I'm using ALV OO.

I have thought that it could only calculate the field for the lines that visualize.

How could control the scroll events to calculate the field of the visualized lines?

I'm using CL_SALV_TABLE class and cl_salv_events_table to control the events, but there aren't any event to control the scroll.

best regards!

Edited by: Guillem Mateu Navalón on Jun 9, 2008 5:05 PM

Edited by: Guillem Mateu Navalón on Jun 9, 2008 5:08 PM

2 REPLIES 2

Former Member
0 Kudos

HI,

Use method SET_SCROLL_INFO_VIA_ID

0 Kudos

Hi Mukul,

With methods get_scroll_info_via_id and set_scroll_info_via_id, we can get and put information of selection and view rows in the screen but we don't control when the user click in the scroll for advance or to back down a page.

I would like to refresh the data in ALV when the user view news rows.

I want your genial ideas.

Best regards!