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

How to debug table control scroll bar

Former Member
0 Likes
603

Hi,

I am unble to debug table control scroll bar, is it possible to do debug scroll bar?

In tcode QE72 having two table control screens header and details , both screens having individual scroll bars and work independently.

We would like to alter scroll bars so there was only one scrollbar which operates both the screens, one should be disable.

I am unable to debug scroll bars, can please give me some soluation on this.

Thanks,

mahahe

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
485

Hi!

Unfortunately scroll bars do not have OK-CODE so you can't handle them during UI programming. They are handled automatically by SAP, depending on the table content and the visible entries.

You are able to handle the pager buttons on the menu bar (Top, page+, page-, bottom), and every position relevant buttons.

But not the srollbar.

Regards

Tamá

2 REPLIES 2
Read only

Former Member
0 Likes
486

Hi!

Unfortunately scroll bars do not have OK-CODE so you can't handle them during UI programming. They are handled automatically by SAP, depending on the table content and the visible entries.

You are able to handle the pager buttons on the menu bar (Top, page+, page-, bottom), and every position relevant buttons.

But not the srollbar.

Regards

Tamá

Read only

Former Member
0 Likes
485

Hi,

Check this Program *SAPBC410TABD_H_PAGING*

" But still the program could not avoid the Vertical Scroll 
*  Will give some insigh hopefully

And also this FM and take Where Used List help for more Info *SCROLLING_IN_TABLE*

Cheerz

Ram