‎2017 Jan 07 6:52 AM
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 .
‎2017 Jan 07 8:43 AM
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.
‎2017 Jan 09 8:21 AM
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
‎2017 Jan 09 9:02 AM
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
‎2017 Jan 11 5:22 AM
Hi Pablo Casamayor,
No option for horizontal and vertical scrolling table control with wizard properties.
Thanks.
Raja
‎2017 Jan 11 7:44 AM
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
‎2017 Jan 11 8:25 AM
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
‎2017 Jan 11 9:02 AM
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
‎2017 Jan 11 9:11 AM
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
‎2017 Jan 11 9:37 AM
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