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

Problem in vertical scroll bar in module pool

Former Member
0 Likes
1,044

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
Read only

gopi_narendra
Active Contributor
0 Likes
536

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

Read only

shishupalreddy
Active Contributor
0 Likes
536

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,