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

MENU PAINTER

Former Member
0 Likes
630

HI,

How can I create push buttons in the MenuPainter?

THANK YOU

ASHOK KUMAR

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
609

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

4 REPLIES 4
Read only

Former Member
0 Likes
610

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

Read only

Former Member
0 Likes
609

hi Ashok,

REfer to these related threads

/message/3128984#3128984 [original link is broken]

Regards,

Santosh

Read only

Former Member
0 Likes
609

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...