‎2009 Jun 10 11:16 AM
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
‎2009 Jun 10 11:23 AM
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.
‎2009 Jun 10 11:34 AM
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..
‎2009 Jun 10 11:50 AM
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
‎2009 Jun 29 5:04 AM