This customer has end customers which can be delivered based on FIFO. But they have also end customers for which FIFO is not that important but they requires that they want to receive a max amount of different batches.
Example: Customer only want to receive max 2 different batches
Order QTY is 10 pallets of material A
-> Batch AAA -> 5 pallets on stock
-> Batch BBB -> 3 pallets on stock
-> Batch CCC -> 6 pallets on stock
During TO creation only batch AAA (5 pallets) and CCC (5 pallets) can be selected. So Not BATCH AAA (5 pallets), BATCH BB (3 pallets) and BATCH CCC (2 pallets)
Richard