‎2008 Jul 28 9:53 AM
Hi Experts,
I've an user exit which is triggered from the FM (Exit - EXIT_SAPLFMKN_002) thro transaction FMJ2_D.
Even though I've activated my user exit. when I click where used list on my user exit it didnt shows the corresponding FM.
But when I double click 'ZXFMYU13' inside the FM EXIT_SAPLFMKN_002 ,it takes me the code inside the include ZXFMYU13.
What could be the problem, can anyone help.
Thanks,
Ponraj.s.
‎2008 Jul 28 9:54 AM
Are you using where is used when your cursor is on the name of the include ZXFMYU13?
/wg
‎2008 Jul 28 9:56 AM
Check it using break point...check whether the same is triggering or not..when u run that T.code...
Regards,
Vamshi
‎2008 Jul 28 9:57 AM
Hi,
after pressing the where used list did you select the program check box,if yes than sometime it happens that some include program call dynamically and you wont get the program name where it has been used,check the left hand side sap status detail and check what program it is showing and try to search in that program
Regards,
Omkar.
‎2008 Jul 28 9:59 AM
>
> Hi Experts,
>
> I've an user exit which is triggered from the FM (Exit - EXIT_SAPLFMKN_002) thro transaction FMJ2_D.
>
> Even though I've activated my user exit. when I click where used list on my user exit it didnt shows the corresponding FM.
>
> But when I double click 'ZXFMYU13' inside the FM EXIT_SAPLFMKN_002 ,it takes me the code inside the include ZXFMYU13.
>
> What could be the problem, can anyone help.
>
> Thanks,
> Ponraj.s.
You also have to create and activate a project in CMOD and assign your enhancement to the project. Please check if you have done that.
You can also test the enhancement using the link below without creating a project
http://www.saptechnical.com/Tips/ExitsBADIs/WithoutProject/Test.htm
Edited by: Rajesh on Jul 28, 2008 2:31 PM
Added link
‎2008 Jul 28 10:13 AM
Hi,
Place the cursor on include name and press where used list.
Select programs check box and hit enter. It will show u include program which is nothingbut ur EXIT_....FM source code.
If not showing then that enhancement might not be assigned to a project and if assigned then the project might not be active.
U can assign enhancement to project and activate it in transaction CMOD.
Thanks,
Vinod.