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

Scrolling controll table not screen

Former Member
0 Likes
852

Hi,

I have 2 scroll bar in program one at controlltable and second on screen. When I have screen scrollbar at bottom and trying use table scrollbar, it moves but screen scrollbar move to top.

How can I solve this problem, that this scrollbars work separately?

Regards,

Joanna

Hi,

I have 2 scroll bar in program one at controlltable and second on screen. When I have screen scrollbar at bottom and trying use table scrollbar, it moves but screen scrollbar move to top.

How can I solve this problem, that this scrollbars work separately?

Regards,

Joanna

6 REPLIES 6
Read only

Former Member
0 Likes
828

I suppose the problem is because your control is bigger than the screen. Try to reduce the size of the container on the screen and see if you face the problem.

Regards,

Ankur

Read only

0 Likes
828

HI Ankur,

Yes you are right but I can't change size of control becaue above it I have some fields amd graph. Is any method to keep cursor on field, becuase after every chlik on table there is refresh of field and cursom come to first field.

regards,

J.

Read only

0 Likes
828

Hi!,

It depends upon the control which you are using.

If you are using CL_GUI_ALV_GRID you can use the method SET_SELECTED_CELLS.

Regards,

Ankur

Read only

0 Likes
828

I use tableview and cursor is not in any row of it when I click on scrollbar

J.

Read only

0 Likes
828

Are you using a table control or an ALV Grid?

Regards,

Ankur

Read only

0 Likes
828

I'm usin table controll

J.