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: 

Table for User exit (very urgent )

Former Member
0 Kudos

Hi All,

I want to know in which table i can find the user exit is active or not...

help me its vary urgent please

5 REPLIES 5

Former Member
0 Kudos

Hi,

You will find the Project(CMOD) is active or not by the table MODACT. & MODATTR,MODSAPA.

Refer

https://forums.sdn.sap.com/click.jspa?searchID=10855532&messageID=4141857

Regards

Kiran Sure

Edited by: Kiran Sure(skk) on Apr 17, 2008 3:52 PM

Former Member
0 Kudos

Hi,

Tables for User exit:

MODSAP

MODSAPT

MODACT

MODATTR

Reward if Helpful.

Jagadish.

Former Member
0 Kudos

Hi,

You can find it in the following tables

MODSAP

MODSAPT

MODACT

MODATTR

Check the view MODSAPVIEW.

Regards,

Satish

former_member181962
Active Contributor
0 Kudos

Why do you want to check a table?

YOu can check if a particular User Exit is active in CMOD transaction.

anyways,check the tables: MODATTR

field is STATUS

Regards,

Ravi

Former Member
0 Kudos

MODACT is the table store the customer enhancement projects.

MODSAP is the table store all the enhancements.

But we cannot find in which enhancement is active or inctive through table....instead you just go to CMOD transaction and give the enhancement what you like..if it is already used in any projects then it shows in which project that enhancement was used...just check that project whether the project was active or not.