2012 Jan 18 6:46 PM
I have encountered a issue with buttons on a screen that are oversized when using the 7.2 gui, however, these sam buttons are normal when using the 6.2 gui or 7.1 gui.
Has anyone seen this issue before?
Wish I could include screen shot to show example.
Here is the code that is used:
selection-screen begin of screen 101 as subscreen.
select-options:
s_lgort for mchb-lgort no intervals,
s_charg for mchb-charg.
selection-screen end of screen 101.
The selection buttons for both variables extend to the far right of the screen under 7.2.
2012 Jan 19 12:50 PM
Stan,
Check the below settings
In SAP Easy Access Screen>>tool bar
Customise Local Layout or ALT+F12 >> DESIGN SETTINGS >> FONT SIZE (Adjust the bar here)
Adjust the settings here,logout and login and see if this makes a difference.
Thanks,
K.Kiran.
2012 Jan 19 12:50 PM
Stan,
Check the below settings
In SAP Easy Access Screen>>tool bar
Customise Local Layout or ALT+F12 >> DESIGN SETTINGS >> FONT SIZE (Adjust the bar here)
Adjust the settings here,logout and login and see if this makes a difference.
Thanks,
K.Kiran.
2012 Jan 19 1:29 PM
Thanks for the info Kiran.
I worked on this late yesterday and discovered my problem - the section of the screen where the problem was occuring was a seprate Selection Subscreen. By deleting this subscreen via. SE80 and then running the application transaction, the subscreen was recreated. The new subscreen now shows the buttons correctly.
2012 Jan 19 1:30 PM
I was able to correct the problem, yet I wonder what caused the issue.