‎2010 May 12 9:19 PM
Hi All,
can any one guide me.
I want to know if there are any user exits implemented for an application( Eg. VA01 other than user exits subroutines which i can see in se80 ) and if yes then how to find their project names.
or i have to search each exit manually in cmod and smod.
Thanks in advance
Ritika
‎2010 May 13 6:02 AM
Hi ritika,
Follow the path, you can get all user exits and customer exits for sales order process (Va01/02/03).
SPRO>sales and distribution>system modifications>user exits>user exits in sales, then click on documentation node (not F8) on 'User exits in sales order process.
If you know the customer exit FM, like exit_spa..._001, give the FM as member in table :MODSAP, you will get the relevant enhancement.
--
Reddy
‎2010 May 13 6:56 AM
Hi ritika,
Refer to table MODACT to get the customer enhancments.
Refer to table SXC_ATT to get implemented BADIs.
I think there is no direct way to findout the implemented user exits, You may need to check these one by one.
Regards
Vinod
Edited by: Vinod Kumar on May 13, 2010 11:27 AM
‎2010 May 14 3:59 PM
Thanks alot Reddy and vinod these were really help full.
ritika