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 Enhancement using BADI

Former Member
0 Likes
1,351

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

4 REPLIES 4
Read only

Former Member
0 Likes
956

hi,

Refer to this link..this might give you the idea to add the button to FB03

Read only

Former Member
0 Likes
956

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

Read only

0 Likes
956

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.

Read only

0 Likes
956

Hello Friends,

Can some body help me with any example for Menu enhancements using BADI.

Thanks for the help.