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

table control in module pool

umayaraj
Participant
0 Likes
2,474

hi ,

i want to remove v-scrollbar in table control with wizard ,i can't see any option in table control properties, is it possible do.

thanks in advance .

9 REPLIES 9
Read only

Sandra_Rossi
Active Contributor
2,253

I guess it's not possible with table controls. The maximum you can do is to remove the cursor inside the vertical scrollbar (component LINES of the CONTROLS structure), nothing more.

If you really want a table without vertical scrollbar, you should replace the table control with a custom container containing an ALV grid.

Read only

Former Member
0 Likes
2,253

I'm not on an SAP system at the moment, however, within a table control is a structure that defines what the control looks like. Have a look at this and you might find what you are looking for. You can then modify these values in the PBO.

Rich

Read only

former_member182371
Active Contributor
2,253

Hi,

maybe once the table control is created with the wizard you could try switching off horizontal and vertical scrolling in the properties of the table control.

Best regards,

Pablo

Read only

0 Likes
2,253

Hi Pablo Casamayor,

No option for horizontal and vertical scrolling table control with wizard properties.

Thanks.

Raja

Read only

0 Likes
2,253

Hi,

i was referring to "once the table control is created with the wizard" not while executing the wizard.

e.g. (see screenshots attached)

precisely in here:

you could try to untick the vertical option there.

Best regards,

Pablo

Read only

umayaraj
Participant
0 Likes
2,253

Hi Pablo Casamayor,

Thanks for quick reply but i all ready try option this option in table control with wizard properties, actually this option for only resizing full table size not for scroll bar,i want remove scrollbar .

Thanks.

Raja

Read only

0 Likes
2,253

Hi,

after doing some tests i confirm that the above does not work.

The only solution i see here is to comment the code (when P--, P-, P+, P++) of routine user_ok_tc in the corresponding pai module.

Best regards,

Pablo

Read only

0 Likes
2,253

Hi,

in the tablecontrol wizard there was this option Scroll

did you try to untick it so as not to create the scrolling options?

Best regards,

Pablo

Read only

0 Likes
2,253

Hi,

i confirm that unticking the above scroll option does not work so as to avoid vertical scrolling (you would only avoid page scrolling).

The only option i see is what Sandra Rossi proposed in her answer.

Best regards,

Pablo