public interface AvailableToPromiseDao
| Modifier and Type | Method and Description |
|---|---|
Long |
getAllocationQuantityForStockLevels(Map<String,Object> params)
Get the allocated quantity of a certain product for a collection of stock levels
|
Long |
getAvailabilityForStockLevels(Map<String,Object> params)
Get the quantity in stock of a certain product for a collection of stock levels
(excluding availability in the external warehouses)
|
Long |
getCancellationQuantityForStockLevels(Map<String,Object> params)
Get the cancelled quantity of a certain product for a collection of stock levels
|
Long |
getExternalQuantityForStockLevels(Map<String,Object> params)
Get the external stock quantity of a certain product for a collection of stock levels
|
Long |
getIncreaseQuantityForStockLevels(Map<String,Object> params)
Get the Increased quantity of a certain product for a collection of stock levels
|
Long |
getReservedQuantityForStockLevels(Map<String,Object> params)
Get the reserved quantity of a certain product for a collection of stock levels
|
Long |
getReturnedQuantityForStockLevels(Map<String,Object> params)
Get the returned quantity of a certain product for a collection of stock levels
|
Long |
getShrinkageQuantityForStockLevels(Map<String,Object> params)
Get the Shrinkage quantity of a certain product for a collection of stock levels
|
Long |
getWastageQuantityForStockLevels(Map<String,Object> params)
Get the Wastage quantity of a certain product for a collection of stock levels
|
Long getAvailabilityForStockLevels(Map<String,Object> params)
params - the parameters required to perform the searchLong getAllocationQuantityForStockLevels(Map<String,Object> params)
params - the parameters required to perform the searchLong getCancellationQuantityForStockLevels(Map<String,Object> params)
params - the parameters required to perform the searchLong getReservedQuantityForStockLevels(Map<String,Object> params)
params - the parameters required to perform the searchLong getShrinkageQuantityForStockLevels(Map<String,Object> params)
params - the parameters required to perform the searchLong getWastageQuantityForStockLevels(Map<String,Object> params)
params - the parameters required to perform the searchLong getIncreaseQuantityForStockLevels(Map<String,Object> params)
params - the parameters required to perform the searchLong getReturnedQuantityForStockLevels(Map<String,Object> params)
params - the parameters required to perform the searchLong getExternalQuantityForStockLevels(Map<String,Object> params)
params - the parameters required to perform the searchCopyright © 2017 SAP SE. All Rights Reserved.