First way to find menu exit in abap.

 Menu Exit:

         * Menu exit allows us to add menu items to the menu of SAP programs.

        * These menu items have function code that begins with "+"(a plus sign).

        * We can perform customer specific functionalities on these menu items.


Ways to find Menu Exit:


        1. Check for Menu items starting with "+" (a plus sign) in the menu bar. (system-status-GUI Status-menu bar).
        2. Put the package name of the program in 'SMOD' T-code (Utilities-find-package name).
        3. Go to T-code se84(Enhancements-customer exits).

************************************************************************************************************

Finding the Menu Exit to Add 'Approve Timesheet' button in menu bar.

Check for Menu items starting with "+" (a plus sign) in the menu bar.

1. Go to T-code 'CAT2'.
2. Click on 'system' and then 'status'.
3. Double click on 'GUI Status'.
4. Expand Menu bar and double click on 'goto'. (+CU6 and +CU7 are available).



Comments

Popular posts from this blog

New syntax for append- VALUE (new syntax 7.4+) in ABAP

Read statement new syntax in ABAP. (7.4+).

Concatenation new syntax( 7.4+ ).