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

GRID CONTROL SCROLL BAR

Former Member
0 Likes
363

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
Read only

Former Member
0 Likes
317

Sorry it is not Grid control it is TABLE VIEW .