Application Development and Automation 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: 
Read only

How do you call SET_FIRST_VISIBLE_ROW method

Former Member
0 Likes
571

Someone said that I could use the SET_FIRST_VISIBLE_ROW method to set which row in the ALV list would be at the top of the list. I have been unsuccessful in getting this method to work. I get the error message "Access to protected method "SET_FIRST_VISIBLE_ROW" is not allowed.

Can someone tell me how to execute this method or another way to control which row is at the top of the ALV list.

Thanks.

Sandy

Someone said that I could use the SET_FIRST_VISIBLE_ROW method to set which row in the ALV list would be at the top of the list. I have been unsuccessful in getting this method to work. I get the error message "Access to protected method "SET_FIRST_VISIBLE_ROW" is not allowed.

Can someone tell me how to execute this method or another way to control which row is at the top of the ALV list.

Thanks.

Sandy

2 REPLIES 2
Read only

Former Member
0 Likes
480

If it is not a public method, then you will not be able to use it. Can you not bring the row you need to the top before the ALV is displayed?

Read only