Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Scroll option -Table control wizard

Former Member
0 Likes
601

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.

3 REPLIES 3
Read only

Former Member
0 Likes
507

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

Read only

PedroGuarita
Active Contributor
0 Likes
507

It's a property of the table control, redimensioning vertical and horizontal. See in screen painter.

Read only

Former Member
0 Likes
507

Any comments?