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

Select + scrolling not working in table control

Former Member
0 Likes
449

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

1 REPLY 1
Read only

Former Member
0 Likes
327

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