Application Development 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: 

Function module / way to know Activated customer exits in the system

Former Member
0 Kudos
98

Dear all,

How to know Function module / way to know Activated customer exits in the system.

Regards,

Purshoth

1 ACCEPTED SOLUTION

Former Member
0 Kudos
71

Hi Purshoth, There is a table MODATTR In which you will get all the Customer Exits where Status = 'A'.

for enhancements You can refer to table ENHHEADER table with version A and EnhName = z* or the name space which you use.

Thank You,

Regards,

Swaroop Patri

2 REPLIES 2

Former Member
0 Kudos
72

Hi Purshoth, There is a table MODATTR In which you will get all the Customer Exits where Status = 'A'.

for enhancements You can refer to table ENHHEADER table with version A and EnhName = z* or the name space which you use.

Thank You,

Regards,

Swaroop Patri

former_member156446
Active Contributor
0 Kudos
71

RSMODDEL_INACT_EXIT_INCLUDE to find all the impl. U E