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: 

Problem in vertical scroll bar in module pool

Former Member
0 Kudos

Hello gurus,

I am having one module pool with table control.

The vertical scroll bar is not working. When i drag down the scroll bar, it is again going to top.

Kindly suggest me which i was missing

Thanks and Regards

2 REPLIES 2

gopi_narendra
Active Contributor
0 Kudos

in the PBO before the looping of table control module,

describe itab lines L.

tabc-lines = L.

ok now in Loop write this.

if tabc-current_line le L.

read table.......table control int table data

endif.

Regards

- Gopi

shishupalreddy
Active Contributor
0 Kudos

Hai

In PBO or in PAI

After selecting the data into internal table

do this

<TC>-LINES = SY-DBCNT .

NOW VERTICAL SCROLL BAR WILL WORK

REGARDS,