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 EXITS

Former Member
0 Likes
263

hello,

I have one doubt in menu exits.I tried to attach my own menu to se38 transaction.But I found two menu exits available for that transaction code.But only first one is working.Then why we use second one.

Can any one answer my question ?

Thank you very much.

1 REPLY 1
Read only

Former Member
0 Likes
245

Hi Vijaya lakshmi,

Menu Exits

Menu exits add items to the pulldown menus in standard SAP applications. You can use these menu items to call up your own screens or to trigger entire add-on applications.

Menu exits allow you to add your own functionallity to menus. Menu exits are implemented by SAP,

and are reserved menu entries in the GUI interface. The developer can add his/her own text and

logic for the menu.

Function codes for menu exits all start with “+”

Example

We want to create a new menu item in the Office menu. The text for the menu should be “Run

ZTEST”, and the menu will

run report ZTEST.

Goto transaction SE43 Area Menu Maintenance

In Area Menu Paramenter type ‘S000′ (S triple Zero)

Select Change and ignore all the warning screens

Expand the office menu. In the buttom of the office tree you will find a menu named “Customer

function”

Double click on the text. In the pop-up screen change the text to “Run ZTEST”. Note that the

trsnaction code is +C01

Goto transaction SE93 and create transaction +C01 that calls report ZTEST.

Now you will se the menu displayed in the office tree. If you delete transaction +C01 again, the new

menu will dissapear.

reward if helpful

raam