2009 Sep 25 8:49 AM
Hi,
I have created a table control for my screen. Is it possible to hide or remove scrolbar in table control.
Thanks.
Guru
Hi,
I have created a table control for my screen. Is it possible to hide or remove scrolbar in table control.
Thanks.
Guru
2009 Sep 25 5:26 PM
Hi Guru,
In the Screen Painter, uncheck the check vertical and horizontal scroll.
Hope this information is help to you.
Regards,
José
2009 Sep 25 7:37 PM
in se51 or the screen painter, goto layout mode, double click on the table control, in the properties window uncheck the scroll options(vertical,horizontal scroll)
2009 Sep 25 9:23 PM
You can also try
process before output.
module set_status.
loop at i_ctcusage_t1 with control tabcntl.
then
module set_status output.
tabcntl-lines = 0
a®