Application Development 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: 

GRID CONTROL SCROLL BAR

Former Member
0 Kudos

Hi,

How to enable vertical and horizontal scroll bars in Grid Control. Can anybody please modify the piece of code given below.

PROCESS BEFORE OUTPUT.

LOOP AT itab WITH CONTROL vcontrol CURSOR vcontrol-current_line.

MODULE status_010O.

ENDLOOP.

PROCESS AFTER INPUT.

MODULE user_command_0100.

LOOP AT itab.

ENDLOOP.

Thanns in advance

1 REPLY 1

Former Member
0 Kudos

Sorry it is not Grid control it is TABLE VIEW .