public interface EntriesSelectionStrategy
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Integer,java.lang.Integer> |
pickup(EntriesSelectionStrategyRPD strategy)
Deprecated.
since 6.6
|
java.util.Map<java.lang.Integer,java.lang.Integer> |
pickup(EntriesSelectionStrategyRPD strategy,
java.util.Map<java.lang.Integer,java.lang.Integer> consumableQuantities)
Evaluates what Order Entries and how many units of each of them should be picked up to be used.
|
@Deprecated java.util.Map<java.lang.Integer,java.lang.Integer> pickup(EntriesSelectionStrategyRPD strategy)
strategy - defines how many total units and from which Order Entries the ones should be picked up.java.util.Map<java.lang.Integer,java.lang.Integer> pickup(EntriesSelectionStrategyRPD strategy, java.util.Map<java.lang.Integer,java.lang.Integer> consumableQuantities)
strategy - defines how many total units and from which Order Entries the ones should be picked up.consumableQuantities - map, containing the consumable order entry quantitiesCopyright © 2018 SAP SE. All Rights Reserved.