‎2008 Mar 25 3:29 PM
Hi people!
I have a short question. How do I make the horizontal scrollbar work when using a TableControl in a DynPro?
I have an internal table (itab) which contains 58 entries but only the first 25 are displayed (due ti screen limitations) in the table control. When I click on the scrollbar, nothing happens.
Any ideas?
Thanks for your help!
Regads,
Alex
‎2008 Mar 25 3:33 PM
Hi,
click on the table control tou will find atool box in that check the check boxes like horizontal ,vertical etc
Regards,
V.balaji
Reward if usefull
‎2008 Mar 25 3:33 PM
Just found out that there is a Dynpro Forum and posted the questions there.
‎2008 Mar 25 3:37 PM
If you are able to scroll it in layout (SE51) and you should be able to scroll it after the output also.
Please check in the layout and the checkboxes in the properties for sizing etc.
Thanks
‎2008 Mar 25 3:43 PM
Thanks for your answers so far.
I'm not able to scroll horizontal in SE51, but vertical scrolling works just fine.
Any coding necessary?
‎2008 Mar 25 3:52 PM
Sorry, I am new to this forum. Just figuring out how this works.
‎2009 Jul 26 11:30 AM
Hi
add this code in program
PROCESS BEFORE OUTPUT.
module TC_DATA3_GET_LINE.
module TC_DATA3_GET_LINE output.
DESCRIBE TABLE it_data LINES tc_data3-lines.
endmodule. " TC_DATA3_GET_LINES OUTPUT