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

ERROR IN TABLE CONTROL

Former Member
0 Likes
492

hI ALL ,

i made table control through wizard and i got their values ex 5 rows .

bt when i scroll down then it add 5 more rows (becoz of pbo and pai calling ) if i scrolled down times it add times in table control .

i used thier at pbo starting clear[] bt it also cleared check box which i selected in run time in check box

plz help me

4 REPLIES 4
Read only

Former Member
0 Likes
463

Hi,

Put the initial Check on the table in PBO.

In PBO
IF itab[] is inital.
 " Select data into the table
ENDIF.

If you don't check the condiiton every time PBO is triggered the data get's selected and check box also get refreshed.

Read only

0 Likes
463

Hi,

Check for the initial condition of the internal table and put ur codes within it... If you dont want to clear the check box then use the mark field of teh table control to retain its value..

Read only

0 Likes
463

Hi

For your requirement first off all you have to find out how many records are there in your internal table using Describe statement & then in your table control pass in the field <table_control_name>-lines the same value, this you will do at "PBO".

Hope this will help you.

Thankx & Regards

Gaurav

Read only

Former Member
0 Likes
463

Hi all

thnx for support me