Application Development 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: 

Found userexit for LT15, but when run not enter...

Former Member
0 Kudos

Hi all,

I found these user exit from here for LT15:

MWMTO001 and MWMTO002.

I already placed breakpoint on the code that calling this user exit which is something like call customer-function '002'. Then when i run LT15 and it does not stop at the user exit (means failed to get through this user exit)

can someone please advice?

Thanks.

Best Regards,

JL

2 REPLIES 2

Former Member
0 Kudos

Hi

If the program calls that user-exit but the call fails, it means that exit is not assigned to any project in CMOD or the project is not active.

Max

Former Member
0 Kudos

Hi,

Goto SMOD and give the enhancement name ..and click on TEST button...

Then activate the exit..and put the break point in it..

Then it wil ask for a T.Code..Give the t.Code for which you want to test...

If the cursor comes to the break point ,,then u can use that...

Cheers,

ravi