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

why the User-Exit not work?

Former Member
0 Likes
607

Hi everybody.

I execute transaction CMOD to define the 'ZXUSRU01' that User exit after logon to SAP System.Before it run normally in testing system but now i set the breakpoint and it does'nt break.so, i need master-hand to help me.

If you know ,pls don't begrudge to tell me.

thanks~~

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
565

hi,

The possible reasons may be;

1) You Haven't activated that Project, before testing.

2) The Userexit is not triggering from where u actually want it to do.

3) You have to check whether the user exit is the correct one for your requirement.

Check it and revert back.....

Regards,

Karthik D

2 REPLIES 2
Read only

Former Member
0 Likes
566

hi,

The possible reasons may be;

1) You Haven't activated that Project, before testing.

2) The Userexit is not triggering from where u actually want it to do.

3) You have to check whether the user exit is the correct one for your requirement.

Check it and revert back.....

Regards,

Karthik D

Read only

0 Likes
565

hi, karthik D

The reason is indeed what you said.U are wonderful.

thanks again.