Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

hi -- exits

Former Member
0 Likes
398

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

2 REPLIES 2
Read only

Former Member
0 Likes
370

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

Read only

GauthamV
Active Contributor
0 Likes
370

hi,

goto table TADIR and give object type as CMOD and object name as Z* and execute.

reward if hlpful.