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

User exit s implemented

Former Member
0 Likes
495

Hi ,

Can anyone tell me how to find all the user exits implemented in the system , If there is need to write a program can you please give me tips .

Thanks in Advance

Vinay Kolla

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
470

hi,

just goto table TADIR give object type as cmod and object name as Z* and execute u will get all exits implemented in ur system.

reward points if hlpful.

Hi ,

Can anyone tell me how to find all the user exits implemented in the system , If there is need to write a program can you please give me tips .

Thanks in Advance

Vinay Kolla

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
471

hi,

just goto table TADIR give object type as cmod and object name as Z* and execute u will get all exits implemented in ur system.

reward points if hlpful.

Read only

Former Member
0 Likes
470

Hi,

You can go to table MODATTR, MODACT-NAME (Which start with Z* or Y*) and get all active Projects.

Regards

Kiran Sure

Read only

Former Member
0 Likes
470

Thanks guys