This document describes two methods for finding user exits in ABAP code for SAP transactions:
1. Using transaction SMOD to search for enhancement objects containing user exits.
2. Searching ABAP code for "CALL CUSTOMER-FUNCTION" to locate user exit call points. It provides an example finding exits for transactions VF02 and VA02 using these methods.