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

User exit

Former Member
0 Likes
547

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.

5 REPLIES 5
Read only

Former Member
0 Likes
504

Are you using where is used when your cursor is on the name of the include ZXFMYU13?

/wg

Read only

Former Member
0 Likes
504

Check it using break point...check whether the same is triggering or not..when u run that T.code...

Regards,

Vamshi

Read only

Former Member
0 Likes
504

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.

Read only

Former Member
0 Likes
504

>

> 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

Read only

vinod_vemuru2
Active Contributor
0 Likes
504

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.