2009 Jan 01 7:10 AM
Hi Friends,
I need to extend FBO3 application toolbar by adding pushbutton. Kindly can some body give me step by step document.
I have gone thru forums and the SAP help link also [http://help.sap.com/saphelp_nw04/helpdata/en/c8/19756543b111d1896f0000e8322d00/frameset.htm]
but could not understand a lot from the link.
I am new to SAP Menu Enhancemets. Any step by step document would be highly appreciated.
Thanks for help
Hi Friends,
I need to extend FBO3 application toolbar by adding pushbutton. Kindly can some body give me step by step document.
I have gone thru forums and the SAP help link also [http://help.sap.com/saphelp_nw04/helpdata/en/c8/19756543b111d1896f0000e8322d00/frameset.htm]
but could not understand a lot from the link.
I am new to SAP Menu Enhancemets. Any step by step document would be highly appreciated.
Thanks for help
2009 Jan 01 7:21 AM
2009 Jan 02 10:35 AM
Hi,
The step by step process for menu enhancement is as follows:-
1. Create the definition of an add-in and define its interface.
2. Choose the FCodes tab.
3. Enter the name of your program, the function code, and a description.
4. Call the Menu Painter or double-click on the program name or function code to navigate to user interface maintenance in the Menu Painter. Enter the function code in the appropriate menu list. If you have accessed the Menu Painter directly during add-in definition, you can call the menu lists by choosing Goto -> Object Lists -> Menu Lists.
Calling a Menu Enhancement from the Application Program
The application program should look like this:
(u2026)
case fcode.
when 'SAP'.
(u2026)
when '+CUS'
call method u2026
2009 Jan 02 1:54 PM
Hi Chavi Jindal,
Thanks for replying.
I am working on Standard program SAPMF05L TCODE FB03.
(u2026)
case fcode.
when 'SAP'.
(u2026)
when '+CUS'
call method u2026
Do I need to Insert the above code in Standard Program? Can you clarify.
2009 Jan 05 4:00 PM
Hello Friends,
Can some body help me with any example for Menu enhancements using BADI.
Thanks for the help.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |