public interface SapProductAvailabilityBO
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
readPlant(ProductModel product,
java.lang.String customerId)
Returns the plant name given information about a product.
|
java.lang.String |
readPlantForCustomerMaterial(java.lang.String material,
java.lang.String customerId)
Gets the plant from the customer material record.
|
SapProductAvailability |
readProductAvailability(ProductModel product,
java.lang.String customerId,
java.lang.String plant,
java.lang.Long requestedQuantity)
reads the current stock level for a product + future available quantities
|
SapProductAvailability readProductAvailability(ProductModel product, java.lang.String customerId, java.lang.String plant, java.lang.Long requestedQuantity)
product - customerId - plant - requestedQuantity - java.lang.String readPlantForCustomerMaterial(java.lang.String material,
java.lang.String customerId)
material - customerId - java.lang.String readPlant(ProductModel product, java.lang.String customerId)
product - customerId - Copyright © 2018 SAP SE. All Rights Reserved.