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

reagrding table control

Former Member
0 Likes
766

Hi,

I have tble control.

by default both the vertical and horizontal scroll bars are coming.

i don't want horizontal scroll bar.

how to disable the horizontal scroll bar?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
739

Hi,

1) Go to screen,

2) double click on the table control,

3) u will find screen element attributes,

4) in that u have one option like <b>"fixed columns"</b> there u give how many columns u have exactly.

Hope it solves ur problem.

-Satya Priya

6 REPLIES 6
Read only

anversha_s
Active Contributor
0 Likes
739

hi,

the Horizontal scroll bar automatically appears when the output length is more than the visible length.

so reduce the visible length of columns

rgds

anver

Read only

0 Likes
739

I tried by reducing the visible length, it is not working.

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
739

Hi,

Try reducing the visible lenght of fields or go to the FM for table control and write piece of code to fix the same.

Read only

Former Member
0 Likes
739

Hi,

I had to diable the horizontal scroll bar of table contol generated by maintanace view.

to disable it, set the fixed column property value to number of columns in your table,

the horizontal scroll bar will disable.

Read only

Former Member
0 Likes
739

hi

use the steploops instead of table control then u get only vertical scrolls.

for steploops check the below links

http://help.sap.com/saphelp_nw04/helpdata/en/d1/801c13454211d189710000e8322d00/content.htm

http://sap.niraj.tripod.com/id28.html

mark the helpful answers

Regards,

Naveen

Read only

Former Member
0 Likes
740

Hi,

1) Go to screen,

2) double click on the table control,

3) u will find screen element attributes,

4) in that u have one option like <b>"fixed columns"</b> there u give how many columns u have exactly.

Hope it solves ur problem.

-Satya Priya