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
Post a Comment