Hi experts,
We are working with SAP APO PPDS, when we execute the Heuristic PPDS the system generates planned orders according to “Stock transfer reservation” and “Minimum Lot Size”
Example (the system works in this way now):
Stock = 0
Stock transfer reservation = -90
Minimum Lot Size = 200
The system generates a planned order for 200
We need the system to generate planned orders ONLY when “Stock transfer reservation” is greater than 49% of the “Minimum Lot Size”
Example 1 (we want the system to work in this way in the future):
Stock = 0
Stock transfer reservation = -90
Minimum Lot Size = 200
The system DOES NOT HAVE TO generate a planned order because (-90) is not greater than 49% of the “Minimum Lot Size”
Example 2 (we want the system to work in this way in the future):
Stock = 0
Stock transfer reservation = -100
Minimum Lot Size = 200
The system HAS TO generate a planned order for 200 because (-100) is greater than 49% of the “Minimum Lot Size”
How we can achieve the last two examples?
Best regards