‎2009 Dec 09 8:10 AM
Hi
We have design a table control where someone has put some modifying column
and when i scroll down and try to change data in example last line i do enter and scroll up again there is another line line which also changes which changes at the same time exam i now have last line changes and row example 2 whithou me modifying it manually
Please advise what can be the problem
‎2009 Dec 09 9:25 AM
Hi,
To handle scrolling inside table conntrol in the process PBO after u fetch data for the tablecontrol as per your requirement
set the v_scroll parameter of the tablecontrol object to 'X'.
In the case of modifying values on tablecontrol in the process 'PAI' inside loop statement of the table control define a module
in which you are modifying the internal table based on the current of the table control
ie eg modify itab from wa index tc1-current_line.
this wont b flushing the values and this would even modify the values on the tablecontrol.
Regards,
Ranjith Nambiar