2005 Jul 26 5:25 PM
Hello all,
I need to replace the delivery qty that is copied from sales order with another qty during delivery creation (or) at the time of saving the delivery. I have tried replacing the field LIPS-LFIMG in various user exits. But none had updated the delivery qty(somehow SAP again replaces the new value with the original value). If you know how to update a delivery qty thru an user exit, please give me details.
Thanks a lot
2005 Jul 26 7:43 PM
Hi Bala;
Have you tried this through the routines in transaction VOFM? An example routine is in the VOFM menu path "Data Transfer -> Deliveries". Check the code under routine 101, that may help you.
Best Regards,
John
2005 Jul 26 11:07 PM
Thanks John for your reply. VOFM routines would have been a perfect place to change the value, but in my case the new qty can be calculated only after those VOFM routines executed. Finally the problem is solved by updating the field XLIPS-LFIMG_FLO. Seems updating XLIPS-LFIMG alone will not give the desired result. Thanks again for your time replying my question
2008 Oct 31 7:02 AM
Hi, BBaskaran
Which exit did you use for updating XLIPS-LFIMG_FLO?
Now I replace the delivery qty by updating xvbep-lfimg_flo in VOFM routine.
It is not preferable updating xvbep,
so I want to use the exit that can update xvbep-lfimg_flo.