Application Development 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: 

SAP gui 7.2 multiple selection buttons

0 Kudos
206

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.

1 ACCEPTED SOLUTION

kiran_k8
Active Contributor
0 Kudos
122

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.

3 REPLIES 3

kiran_k8
Active Contributor
0 Kudos
123

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.

0 Kudos
122

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.

0 Kudos
122

I was able to correct the problem, yet I wonder what caused the issue.