Interface WarehouseAvailableStockService
- All Known Implementing Classes:
DefaultWarehouseAvailableStockService
This allows you to analyze the current stock situation in a warehouse. You can use the retrieved information to determine stock for warehouse tasks.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | WAREHOUSEAVAILABLESTOCK_0001 |
| API Version: | 1.0.1 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Warehousing - Stock Integration(SAP_COM_0755) |
| Scope Items: | Warehouse Inbound Processing(3BR), Warehouse Outbound Processing(3BS), Warehouse Ad Hoc Goods Issue(3BT), Warehouse Posting Changes(3BU), Warehouse Internal Repacking(3BW), Warehouse Physical Inventory(3BX), Warehouse Production Integration(3DV), Quality Management in Warehousing(3M0), Warehouse Kanban Supply into Production(3VT), Resource Management in Warehousing(3W0) |
| Authentication Methods: | x509 |
| Service Group Name: | API_WHSE_AVAILABLESTOCK |
| Business Object: | Warehouse Available Stock |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theWarehouseAvailableStockentity collection matching the filter and search expressions.Deprecated.Fetch multipleWarehouseAvailableStockentities.getWarehouseAvailableStockByKey(String eWMWarehouse, String product, String batch, String eWMStockOwner, String entitledToDisposeParty, String eWMStockType, String eWMStockUsage, String stockDocumentCategory, String eWMDocumentCategory, String wBSElementExternalID, String specialStockIdfgSalesOrder, String specialStockIdfgSalesOrderItem, String handlingUnitExternalID, String eWMStorageBin, String eWMResource) Deprecated.Fetch a singleWarehouseAvailableStockentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllWarehouseAvailableStock
Deprecated.Fetch multipleWarehouseAvailableStockentities.- Returns:
- A request builder to fetch multiple
WarehouseAvailableStockentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countWarehouseAvailableStock
Deprecated.Fetch the number of entries from theWarehouseAvailableStockentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WarehouseAvailableStockentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getWarehouseAvailableStockByKey
@Nonnull GetByKeyRequestBuilder<WarehouseAvailableStock> getWarehouseAvailableStockByKey(String eWMWarehouse, String product, String batch, String eWMStockOwner, String entitledToDisposeParty, String eWMStockType, String eWMStockUsage, String stockDocumentCategory, String eWMDocumentCategory, String wBSElementExternalID, String specialStockIdfgSalesOrder, String specialStockIdfgSalesOrderItem, String handlingUnitExternalID, String eWMStorageBin, String eWMResource) Deprecated.Fetch a singleWarehouseAvailableStockentity using key fields.- Parameters:
product- Product NumberConstraints: Not nullable, Maximum length: 18
eWMResource- Resource (Means of Transportation or User)Constraints: Not nullable, Maximum length: 18
stockDocumentCategory- Special Reference Stock TypeConstraints: Not nullable, Maximum length: 3
eWMStockOwner- Stock OwnerConstraints: Not nullable, Maximum length: 10
batch- BatchConstraints: Not nullable, Maximum length: 10
specialStockIdfgSalesOrder- Sales and Distribution Document NumberConstraints: Not nullable, Maximum length: 10
eWMDocumentCategory- Doc. Category for Doc. Reference and Doc.-Related StockConstraints: Not nullable, Maximum length: 3
specialStockIdfgSalesOrderItem- Sales Order/Project Item for Sales Order/Project StockConstraints: Not nullable, Maximum length: 6
eWMWarehouse- Warehouse Number/Warehouse ComplexConstraints: Not nullable, Maximum length: 4
entitledToDisposeParty- Party Entitled to DisposeConstraints: Not nullable, Maximum length: 10
handlingUnitExternalID- Handling UnitConstraints: Not nullable, Maximum length: 20
eWMStorageBin- Storage BinConstraints: Not nullable, Maximum length: 18
wBSElementExternalID- Work Breakdown Structure Element (WBS Element) EditedConstraints: Not nullable, Maximum length: 24
eWMStockUsage- Stock UsageConstraints: Not nullable, Maximum length: 1
eWMStockType- Stock TypeConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
WarehouseAvailableStockentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-