‎2008 Jun 10 11:47 AM
hi gurus
how to find out the implemented user exits and customer exits in the standard program?
my question is implemented exits only in both cutomer and user exit seperately.
do not reply on how to find, ok
thanx in adv
rocky
‎2008 Jun 10 12:00 PM
hi rocky,
Userexits when written in sap standard requires access key first to get access on development whereas customer exits u can check in cmod,as it is saved with any z-project.There is one table called ADIRACCESS which stores the objects which has used access keys,so in this u can input the standard prg name and see whether userexits is developed or not.
Regards,
Gaurav
‎2008 Jun 10 12:05 PM
hi,
goto table TADIR and give object type as CMOD and object name as Z* and execute.
reward if hlpful.