HI all,
Can anyone help me in solving this issue. i am not able to remove the horizontal scroll bar in my selection screen. i gave line-size as 200 if i reduce it the entire program is getting colapsed. is there anyother way of restricting the width of the selection screen.
Advance Thankz,
Regards
Guhapriyan
Hi Guhapriyan,
If your (horizontal) scrollbar is displaying, then two things need to be considered:
1. The width of the screen (and in some manner the screen resolution).
2. The total length of number of controls (e.g. inputfields), texts and spaces between them.
In case of too many controls you'll need to understand, that dispite SAP shows texts on your screen in a proportional format, actually internally it uses a fixed format. Therefore a text of 132 characters long showing on a 80 'column' width screen will show almost all the text AND a horizontal scrollbar.
To solve it you need to keep track of lengths and positions.
Important: The standard width of a selection screen is 80 characters. You must modify your 1000 screen via transaction SE80 (and prevent regeneration).
Regards,
Rob.
Hello Guhapriyan,
Scroll bars have got something to do with your screen resultion. Try to increase your screen resolution and see if you still get them.
If you think that this is not a suitabnle option, then please provide the selection-screen definition and also your current screen resolution. We will then have to think in the lines of optimally distributiong your selection-screen elements.
Regards,
Anand Mandalika.
Add a comment