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

Button height in module pool screeen

Former Member
0 Likes
994

Hi people!

How I can increase height of a button in a screen of module pool?

Thanks!!

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
607

This is not possible using a standard button. But you can acheive same thing, by using a clickable picture control in your screen. See program sap_picture_demo_icon for an example of this.

When you run it, you can see that you can resize the icon in the picture control, and you can double click the icon and do what ever you need to do.

Again, it is not possible to increase height of normal buttons.

REgards

Rich Heilman

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
608

This is not possible using a standard button. But you can acheive same thing, by using a clickable picture control in your screen. See program sap_picture_demo_icon for an example of this.

When you run it, you can see that you can resize the icon in the picture control, and you can double click the icon and do what ever you need to do.

Again, it is not possible to increase height of normal buttons.

REgards

Rich Heilman