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

Problem in Table Control

Former Member
0 Likes
503

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
484

Hi Dharmishta

I think you have to refresh table_control after the highlight. This will help you in refreshing the settings.

Hope this helps.

4 REPLIES 4
Read only

Former Member
0 Likes
485

Hi Dharmishta

I think you have to refresh table_control after the highlight. This will help you in refreshing the settings.

Hope this helps.

Read only

0 Likes
484

Hi

Thanks for ur help but can u tell me how to refresh table control?

Read only

0 Likes
484

Using this abap command:

REFRESH CONTROL 'TBL_CONTROL' FROM SCREEN '300'.

Regards,

Gianluca Simeone

Read only

Former Member
0 Likes
484

Hi...

use:

REFRESH CONTROL contrl FROM SCREEN dynnr.

Suresh......