2006 Oct 09 4:07 PM
Hii all,
First of all , I will explain my scenario. I have a requirement to give pop up screen in VA01 to get order quantity as per business requirement.
i have used customer exit MV45AFZZ , USEREXIT_MOVE_FIELD_TO_VBAP . in this exit i m calling my Z function module which gives pop up screen through which user will enter length code and lot size. from this i will calculate quantity and update quantity field.
Now problem is that, no schedule lines are getting created when i m applying this quantity calculation logic directly to line item quantity.
So, I want schedule lines also to be generated. If somebody has a solution , plz reply soon.
Thanks & Regards,
Kavan Shah
my id is meetkavan@yahoo.co.in
2006 Oct 10 6:40 AM
Please try by moving the quantity to VBEP as well in user-routine: userexit_move_field_to_vbep.
Kind Regards
Eswar
2006 Oct 10 6:46 AM
I had tried that also, but not working.
thanks & Regards,
Kavan shah
2006 Oct 10 7:20 AM
You mean you can not see any schedule lines or quantity being confirmed???
Kind Regards
Eswar
2006 Oct 10 7:35 AM
2006 Oct 10 7:45 AM
Hi Kavan ,
by debug u can find out whats the wrong with ur code , check the UPDKZ of XVBAP?
regards
Prabhu
2024 May 23 6:40 PM
Hi
I am also facing the same issue. Please give me the suggestion of what can be done to achieve the schedule lines after updating the order quantity in the badi.