‎2008 Apr 15 2:56 PM
‎2008 Apr 15 2:57 PM
Hi Friend,
There are many ways to find Enhancements/User exits:
01. In SMOD find options of screen, menu, function exits.
02. Go to SE81 and select the relevant module find the enhancement.
03. Go to the program or transaction and search for CALL CUSTOMER-FUCTION or EXIT__nnn
For screen exits go to screen in SE51/SE80 search for- CALL CUSTOMER-SUBSCREEN..
‎2008 Apr 15 2:57 PM
Hi Friend,
There are many ways to find Enhancements/User exits:
01. In SMOD find options of screen, menu, function exits.
02. Go to SE81 and select the relevant module find the enhancement.
03. Go to the program or transaction and search for CALL CUSTOMER-FUCTION or EXIT__nnn
For screen exits go to screen in SE51/SE80 search for- CALL CUSTOMER-SUBSCREEN..
‎2008 Apr 15 3:23 PM
Hi,
Go to the standard transaction:(for ex: XD01)
Click on System menu/Status
double click on the program name:(for ex:SAPMF02D)
click on Find button:
For Function module exits: CALL CUSTOMER-FUNCTION
For menu exits: +OBB
For screen exits: CALL CUSTOMER-SUBSCREEN.
If it is helpful rewards points
Regards
Pratap.M
‎2008 Apr 15 3:32 PM
Hi,
First of all see the package name in which you want to find user exit or else if you know the transaction directly go to the program and in find(application toolbar) give perform userexit then you will get list of sub-routines choose any of them according to your requirement by reading short discription, and your own functionality.
Please reward points if helpful.