cancel
Showing results for 
Search instead for 
Did you mean: 

Generating Schedule Line based on Target Quantity

Former Member
0 Kudos

Hi Experts,

I'm basically an ABAPer and had a requirement to change VA32 functionality for certain condition. Currently, I can see I can enter material and unit in Sales Order Item and press enter and double click and enter Order Quantity in the next screen and on enter a schedule line item is created in the Schedule Line item tab. We need to change this functionality as in, I should enter Target Quantity in the sales order item, along with material and on enter, this Target Quantity should be considered as Order Quantity and Schedule Line item should be created accordingly. Is this requirement feasible functionally ?

Thanks and regards

        Vivek

Accepted Solutions (0)

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos


You can try with USEREXIT_MOVE_FIELD_TO_VBAP in the program MV45AFZZ


G. Lakshmipathi

Former Member
0 Kudos

I tried using exits and managed to fill Order Quantity from Target Quantity but I'm not able to create Schedule line automatically.