cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase order item delivery dates

0 Kudos

I have come across an issue relating to factory calendar and scheduled delivery dates in POs.  Production at the factory operates 24/7, so the plant calendar is set up with 7 working days per week .  Goods Inwards for receipt of purchased items operates Monday to Friday only.  Because MM-PUR uses the factory calendar PO items are being scheduled for delivery on a Saturday and Sunday.  I cannot see anywhere where I could modify this behaviour so that deliveries are scheduled using a 5 work days calendar.  Can anybody help please?

View Entire Topic
JL23
Active Contributor
0 Kudos

I dont see any other chance than controlling the PO with a userexit or BADI, send a warning or error message to the user and ask for a manual change on the proposed delivery date if it falls on a non-working day.

the factory calendar is assigned to the plant, there is no differentiation between production, warehouse and procurement. the calendar is valid for all. if production works on classical non-working days, but warehouse and procurement not, then you have an issue.  And I dont see any other way than checking and changing the delivery dates in PO creation process.

Which means you need an extra calendar which covers the needs  and you need to check hardcoded against this extra calendar.

0 Kudos

Thank you Jurgen, I was thinking it would have to be something like this.  I may look at using a Z table to assign calendar to purchasing org, rather than hard code it.