Skip to Content
0
Former Member
Jun 02, 2011 at 03:54 PM

Scroll option -Table control wizard

94 Views

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.