2009 Jun 17 6:50 AM
Hi All,
We have a requirement to create a Transfer Order as soon as the production order is released. We have done the configuration for the same but we also need to adjust the Transfer Order quantity based on certain rounding value maintained in material master.
We have tried to use the exit MWMPP001 to adjust this quantity on the Transfer Order based on a field in material master. The user exit is triggered. But the target quantity is not changed as required.
We also tried using the exit MWMTO006 (Over delivery and if Necessary Under delivery Via User Exit) to adjust the TO quantity. But the exit is not being invoked.
Kindly let us know if there is any user exit or BADI to adjust the quantity in Transfer Order.
Regards,
S.Subasree
Hi All,
We have a requirement to create a Transfer Order as soon as the production order is released. We have done the configuration for the same but we also need to adjust the Transfer Order quantity based on certain rounding value maintained in material master.
We have tried to use the exit MWMPP001 to adjust this quantity on the Transfer Order based on a field in material master. The user exit is triggered. But the target quantity is not changed as required.
We also tried using the exit MWMTO006 (Over delivery and if Necessary Under delivery Via User Exit) to adjust the TO quantity. But the exit is not being invoked.
Kindly let us know if there is any user exit or BADI to adjust the quantity in Transfer Order.
Regards,
S.Subasree
2009 Jun 29 6:57 AM
Hi Subasree,
did you already take a look where the variable you want to change is available? So, if you change it there via debugging, does it work then for you? If yes, you can try to read the variable into a fieldsymbol and change it in the userexit which is triggered (but doesn't do the job).
Cheers,
Stefan.
2010 Sep 27 1:50 PM
Hi Subasree,
We are facing the similar problem of user exit(EXIT_SAPLL03A_009) in the enhancement MWMTo006 is not getting invoked.
We want to use this enhancement to split the TO quantity basing on certain parameters maintained in master data. We are using Lean WM.
But, I understand from my development team, that program is checking the available stock at quant level. It will invoke the exit only if the stock available at quant is greater than the TO quantity. I didn't understand why this check is there in ECC6.0.
Currently we are using the same exit in 4.6b, where this check is not there in the code.
If you have found any solution for this(Invoking the exit) please let us know. Thankyou.
Regards
Guru
2013 Feb 25 9:49 AM
Hi Subasree,
I had the same problem here on my side.
Finally, I used User-Exit MWMTO006 to solve this problem.
When the production order is saved, the user exit is triggered and I can change my quantity to pick the whole quant.
But I think it´s neccessary to have automatic TO creation active in your PP profile.
Best regards,
Veit