Application Development 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: 

Add a menu item in the SYSTEM menu of Menu bar.

former_member497886
Participant
0 Kudos

Hi All,

I have a requirement, In which i have to add a menu item in the SYSTEM menu of Menu bar.

Is this Possible. If yes How to do it.

AnyBody Please helpp.

Thanks,

Mohammadi

6 REPLIES 6

Former Member
0 Kudos

It will not be possible. You can add items in only menu options other than SYSTEM and HELP.

Former Member
0 Kudos

Hello,

Make your requirements clear.

But we cannot do it if you want to add menu option to system menu bar.

Former Member
0 Kudos

Hi,

Use Menu Painter (Transaction SE41), enter program MENUSYST, status MEN and click change.

Modify SAP Standard by adding function codes:

For each of the function codes click on Extras and choose u2018Active functions in multiple statusesu2019.

or refer below link

http://www.sapdev.co.uk/enhance/mod_sapmenu.htm

Regards,

Nandha

0 Kudos

hi nandha,

Thanks a lot . With ur help i was able to add the menu item in System menu.

Now i want to write code for it. That is if a user clicks on it , it should take the Tcode and display the thing.

my prblem is where to write the code.

If anybody knows it , please help.

Thanks,

Mohammadi.

0 Kudos

ehy man, I dont have to much time in this, but i think that if you can add your menu item in the sistem bar, you just have to create your add-on and catch the item_press event for your item and load your form or wathever you wanna do

former_member497886
Participant
0 Kudos

Thanks for help