Entering content frameProcedure documentation Creating Customer-Specific Menus Locate the document in its SAP Library structure

Menu exits allow you to add your own functions to the pulldown menus in standard R/3 transactions. To take advantage of a menu exit, you first need to create a project as described in the section Creating an add-on project. Then, you must include the SAP enhancement package that contains the menu exit you want to use in your project. From the main screen of the Project management transaction, proceed as follows:

  1. Select Enhancement components and choose Change.
  2. The system lists all customer exits contained in the enhancements included in your project.

  3. Place the cursor on the menu exit you want to add your own function to.
  4. Choose Edit component.
  5. The system displays technical information about the menu entry. It also displays two input fields where you can specify a language and the text you want your menu item to have.

  6. Enter the name of your menu function (such as Special order method) in the field New text.
  7. Choose Save text.

Your special menu function will not appear in the pulldown menu of the corresponding standard transaction until you activate your enhancement project.

Specifying a menu text and activating your project are not the only steps you need to take to make your own menu item work. After you carry out these steps, your menu item will appear, but it will not call a corresponding function. To attach your menu entry to its corresponding function, you need to create a function module for the function module exit associated with your menu text. This function module exit is part of the same SAP enhancement that contains the menu exit you used. Creating Customer-Specific Function Modules tells you more about how to use function module exits.

 

 

 

Leaving content frame