Application Development and Automation 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: 
Read only

SAP gui 7.2 multiple selection buttons

Former Member
0 Likes
1,089

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
Read only

kiran_k8
Active Contributor
0 Likes
1,005

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.

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.

3 REPLIES 3
Read only

kiran_k8
Active Contributor
0 Likes
1,006

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.

Read only

Former Member
0 Likes
1,005

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.

Read only

Former Member
0 Likes
1,005

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