cancel
Showing results for 
Search instead for 
Did you mean: 

Table Scroll bar not working

Former Member
0 Kudos

Hello,

Number of Visible row count in our standard table is set to 10. When there are more than 10 rows the scroll bar is activated and when we try to scroll down, the scroll bar is bouncing back to the first 10 rows. Is there any thing obvious that is causing this problem? I would greatly appreciate your help. Thanks.

Regards,

Gopal.

Accepted Solutions (1)

Accepted Solutions (1)

Lukas_Weigelt
Active Contributor
0 Kudos

Unless you did any specific coding to achieve this (I wager you didn't because it's superflous) this shouldn't be happening.

Please check whether the UI-property of the table ScrollableColCount is -1 and Event onScroll is empty.

regards, Lukas

Answers (2)

Answers (2)

Former Member
0 Kudos

Just realised that we have some code in WDDOMODIFY method that is refreshing the table. Hence, the problem. It is now sorted. Thanks for your inputs.

Regards,

Gopal.

Former Member
0 Kudos

Hi,

do you have any events/actions implemented for that View ?

how did you built your table - using the wizard ?

is that an ALV table you're using ?

Kind Regards

/Ricardo