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: 

User exit after cancel of TO (LT15)

Former Member
0 Kudos

Hi all !

I can't find the userexit that is called after a transfer order is cancelled (transaction LT15).

Any one ?

Thanks !

Yann

2 REPLIES 2

Former Member
0 Kudos

Hi Yann,

I dont have much idea about LT15.

try to use the enhancement MWMTO001. I think it would help you.

Satish

0 Kudos

I finally found it.

It is the enhancement <b>MWMTO002</b>, function module<b> EXIT_SAPLL03T_002</b>. You were close to it Satish ;). In fact enhancement <b>MWMTO001</b> is after creation of OT.

If that can help some of you, here is how I did :

I tried to set a break point at instruction 'CALL CUSTOMER-FUNCTION'.

No result !

I then set a break point at instruction 'CALL FUNCTION' and found that one of the function module was called in update task (that is a very long job as many functions are called !) if a flag was set. I removed this flag in the debugger and finally found the 'CALL CUSTOMER-FUNCTION' instruction.

Yann