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

Schedule lines not getting created while applying exit at line item

Former Member
0 Kudos
638

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

6 REPLIES 6

Former Member
0 Kudos
599

Please try by moving the quantity to VBEP as well in user-routine: userexit_move_field_to_vbep.

Kind Regards

Eswar

0 Kudos
599

I had tried that also, but not working.

thanks & Regards,

Kavan shah

0 Kudos
599

You mean you can not see any schedule lines or quantity being confirmed???

Kind Regards

Eswar

0 Kudos
599

yes , i m not able to see any schedule lines .

0 Kudos
599

Hi Kavan ,

by debug u can find out whats the wrong with ur code , check the UPDKZ of XVBAP?

regards

Prabhu

Sakshi03D
Newcomer
0 Kudos
538

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.