‎2011 Jun 02 4:54 PM
Hi,
i'm creating table contrl through wizard and checking the scroll option at the step 4,but when the table is displayed the scroll bar is disabled.Please help me with it on how to enable it.
Your help will be appreciated.
Code in the PBO
process before output.
*&SPWIZARD: PBO FLOW LOGIC FOR TABLECONTROL 'ZCTRL'
MODULE ZCTRL_CHANGE_TC_ATTR.
*&SPWIZARD: MODULE ZCTRL_CHANGE_COL_ATTR.
LOOP AT ZITAB
INTO WA_ITAB
WITH CONTROL ZCTRL
CURSOR ZCTRL-CURRENT_LINE.
MODULE ZCTRL_GET_LINES.
*&SPWIZARD: MODULE ZCTRL_CHANGE_FIELD_ATTR
ENDLOOP.
module begin_8000.
‎2011 Jun 02 5:02 PM
Moderator message - When closing old threads, there is no need to add a comment. Adding a pasted answer like "thanks" only brings old threads to the top of the forum list and pushes current ones down. If you do add a comment, please indicate just how the problem was resolved. Rob
‎2011 Jun 02 5:25 PM
It's a property of the table control, redimensioning vertical and horizontal. See in screen painter.
‎2011 Jun 03 5:57 PM