‎2009 Jan 29 7:02 AM
HI,
is it possible to change the width of the button like we do in VB or please provide me any different ways to do it.
thanks,
Kat.
‎2009 Jan 29 7:09 AM
‎2009 Jan 29 7:11 AM
‎2009 Jan 29 7:17 AM
hi,
You can use the screen painter layout, and change the width of the button.
refer the below site:
saptechnical --> there is one link - Working with Screen Painter..
Edited by: bala on Jan 29, 2009 12:53 PM
‎2009 Jan 29 7:18 AM
Hi,
If it is a Z program then go to SE80 enter the program go to screens->choose the right screen then layout then change the size of your button.
Regards,
Leonard Chomi
‎2009 Jan 29 7:20 AM
Hi,
In dialog programming,you can change the size of the button by dragging and adjusting its
size through the mouse itself or
second option is from that buttons properties you can set the visible length attribute as per requirement
to change the size of the button in your layout.
Hope it helps you
Regrds
Mansi
‎2009 Jan 29 7:23 AM
HI,
If it is a zprogram, then goto se80 or se51 and enter the program name and screen number. Click on change, this will open the screen in change mode. On the application toolbar, click on layout and this will display the screen with all the elements (textbox, radiobuttons pushbuttons etc) now select the pushbutton whose length you want to increase/decrease and do it as in VB.
Hope this solves your query.
Regards,
Sachin.
‎2009 Jan 29 7:41 AM
Sorry u misunderstand the requirement.
the size is
eg:
I----
I
I&&&&&&&&&&&&&&&&&&&&I width
I----
I
Height/ Length
and it should be
eg:
I----
I
I&&&&&&&&&&&&&&&&&&&&I
I&&&&&&&&&&&&&&&&&&&&I Width
I&&&&&&&&&&&&&&&&&&&&I
I&&&&&&&&&&&&&&&&&&&&I
I----
I
Height/ Length
Edited by: kat k on Jan 29, 2009 8:41 AM
‎2009 Feb 05 2:52 PM