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.
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
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
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
Add comment