‎2007 Jun 21 9:00 AM
HI,
How can I create push buttons in the MenuPainter?
THANK YOU
ASHOK KUMAR
‎2007 Jun 21 9:04 AM
Hi..,
In the Menu Painter ... go to the Application Toolbar Option.
In that u will find items.
Give the function code in the items input enabled field and double click on that !!
Enter required information...
These will appear as push buttons on the Application tool bar of that corresponding screen!!
regards,
sai ramesh
‎2007 Jun 21 9:04 AM
Hi..,
In the Menu Painter ... go to the Application Toolbar Option.
In that u will find items.
Give the function code in the items input enabled field and double click on that !!
Enter required information...
These will appear as push buttons on the Application tool bar of that corresponding screen!!
regards,
sai ramesh
‎2007 Jun 21 9:04 AM
‎2007 Jun 21 9:09 AM
Hi Ashok
Check these links
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba9a635c111d1829f0000e829fbfe/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/83/7a18cbde6e11d195460000e82de14a/content.htm
Reward all helpfull answers
Regards
Pavan
‎2007 Jun 21 9:13 AM
Ashok,
You can write the SET PF-STATUS in the program. therer you can create the Buttons. based on the button function codes you can write the code
IF SY-UCOMM = 'BUT1'.
write code here for button1.
ELSEIF SY-UCOMM = 'BUT2'.
write code here for button2.
ENDIF.
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/content.htm
Don't forget to rewa if useful...