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 with Loop wt control

Former Member
0 Likes
299

Experts,

I am finding problem with table control. There are 100 rows in an internal table and i am populatin this on table control. In 1st shot(screen) table control displays 20 rows only and rest comes when we scroll down . Problem is that when we apply loop at table controlin PAI, loop runs up to only those rows which are currently showing in table control. means loop runs upto 20 rows only which is currently showin in table control. rest 80 rows are anot comin in the loop. I want the code which will include all the 100 rows underloop.

Please help me....!!!!!!

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
270

Hi ...you have to initialize the counter again to 0 after number of records in table control diplayed in screen and you have do coding for scrolling of other records ..

1 REPLY 1
Read only

Former Member
0 Likes
271

Hi ...you have to initialize the counter again to 0 after number of records in table control diplayed in screen and you have do coding for scrolling of other records ..