‎2007 Mar 23 11:31 AM
Hello,
In my program I have taken a tablecontrol.
And data is coming into it properly.
I am finding perticular material number into it and highlighting that row.
Now problem is, for highlighting the row which is very down in the tablecontrol i have to set <tabcontrolname>-top_line = Searched line number.
After the find result the system is not allowing me to scroll vertically.
what do i do? plz suggest me
Thanks in advance.
‎2007 Mar 23 11:40 AM
Hi Dharmishta
I think you have to refresh table_control after the highlight. This will help you in refreshing the settings.
Hope this helps.
‎2007 Mar 23 11:40 AM
Hi Dharmishta
I think you have to refresh table_control after the highlight. This will help you in refreshing the settings.
Hope this helps.
‎2007 Mar 26 12:40 PM
Hi
Thanks for ur help but can u tell me how to refresh table control?
‎2007 Mar 26 12:50 PM
Using this abap command:
REFRESH CONTROL 'TBL_CONTROL' FROM SCREEN '300'.
Regards,
Gianluca Simeone
‎2007 Mar 26 12:49 PM
Hi...
use:
REFRESH CONTROL contrl FROM SCREEN dynnr.
Suresh......