cancel
Showing results for 
Search instead for 
Did you mean: 

Replenishment Lead Time

jenny_slay
Participant
0 Kudos

HI,

My searches have revealed that this has been asked before in many thread but I am unable to find a solution.

Our material don't have replanishment lead time so sales orders don't get confirmed schedule lines at creation. (ATP is set not to check RLT)

E.g.

Line Item 000010, Qty 10 (Stock 10). Confirmed schedule line 23.09.2011 (Today's date)

Line Item 000020, Qty 5 (Stock 00). No Confirmed schedule line (Because no RLT Data set up)

This sales order is set for complete delivery (Header and each line item)

Issue is, even though sales order is marked as complete delivery SAP ignores second unconfirmed line and creates delivery for first line.

How can I stop this and fulfil the requirement which is only complete deliveries can be shipped, regardless of confirmed status.

Regards,

Jennifer

Edited by: Lakshmipathi on Sep 23, 2011 10:28 PM Please use the subject effectively

Accepted Solutions (1)

Accepted Solutions (1)

Shiva_Ram
Active Contributor
0 Kudos

Per SAP standard, the delivery complete indicator works based on confirmed quantity in the sales order and NOT based on ordered quantity. So it tried to create delivery based on the confirmed quantity of the first line item. To resolve your issue, it looks you need to add a routine in the field Order requirements in t.code VTLA. You can develop the routine in t.code VOFM ->Copying requirements->deliveries. The routine can have the logic to see the number of sales order line items for confirmed quantities and if that satisfies then can create the delivery.

Regards,

jenny_slay
Participant
0 Kudos

Thanks all for reply.

Can someone please share your view the above issue.

BR,

Jennifer

Edited by: Jennifer Batty on Nov 3, 2011 2:44 PM

Edited by: Jennifer Batty on Nov 3, 2011 2:44 PM

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

First of all, I am not sure, how far it is possible to have different line items as you described. Secondly, to my knowledge, it is not possible to address this through standard. You have to go for suitable exit.

G. Lakshmipathi