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

Activating Form Userexits

Former Member
0 Likes
681

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
649

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

5 REPLIES 5
Read only

Former Member
0 Likes
650

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

Read only

Former Member
0 Likes
648

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.

Read only

Former Member
0 Likes
648

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

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
648

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

Read only

Former Member
0 Likes
648

Found other user exit