‎2010 Jan 21 5:42 AM
Hi experts,
This is a generalised query.
I have a few userexits like "FORM USEREXIT_XXXX" but none of them are getting triggered when i execute the transaction.
Is there any process through which we need to activate these USER EXIT like we do for customer exits(using CMOD and creating project).
Thanks in advance.
Regards,
Komal
‎2010 Jan 21 5:46 AM
User exit you are using may be not the right one to triggered that transaction ...there is no other way to activate the userexits that we do in customer exits. or you can try other userexits
‎2010 Jan 21 5:46 AM
User exit you are using may be not the right one to triggered that transaction ...there is no other way to activate the userexits that we do in customer exits. or you can try other userexits
‎2010 Jan 21 5:55 AM
Hi Komal ,
It is not always necessary that user exit will be executed every time you run a transaction.
There are chances that it executes when certain condition is met.
So, try to search a user exit that fits your requirement.
Also , you can check that user exit is implemented/active or not by double click on the exit and then the include.
Hope this helps you.
‎2010 Jan 21 7:13 AM
Hi
If you open the User Exit Include e.g MV* in se38 editor it will show up all the forms.You just need add your logic in the form satifying your reuirement and then activate the iinclude.If there is any syntax error it will show up otherwise it ok execute the transaction.
Regards
Gaurav
‎2010 Jan 21 7:18 AM
Hello,
I dont think what you are referring is an user-exit? It must be either Substitution / Validation.
Can you please confirm this ?
BR,
Suhas
‎2010 Jan 28 5:51 AM