‎2009 Dec 11 8:56 AM
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
‎2009 Dec 11 9:13 AM
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á
‎2009 Dec 11 9:13 AM
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á
‎2009 Dec 11 11:00 AM
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