Interface WarehouseAvailableStockService

All Known Implementing Classes:
DefaultWarehouseAvailableStockService

@Deprecated public interface WarehouseAvailableStockService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

This allows you to analyze the current stock situation in a warehouse. You can use the retrieved information to determine stock for warehouse tasks.

Business Documentation

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 Details

  • Method Details

    • withServicePath

      @Nonnull WarehouseAvailableStockService withServicePath(@Nonnull String servicePath)
      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

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllWarehouseAvailableStock

      @Nonnull GetAllRequestBuilder<WarehouseAvailableStock> getAllWarehouseAvailableStock()
      Deprecated.
      Fetch multiple WarehouseAvailableStock entities.
      Returns:
      A request builder to fetch multiple WarehouseAvailableStock entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countWarehouseAvailableStock

      @Nonnull CountRequestBuilder<WarehouseAvailableStock> countWarehouseAvailableStock()
      Deprecated.
      Fetch the number of entries from the WarehouseAvailableStock entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of WarehouseAvailableStock entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method 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 single WarehouseAvailableStock entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 18

      eWMResource - Resource (Means of Transportation or User)

      Constraints: Not nullable, Maximum length: 18

      stockDocumentCategory - Special Reference Stock Type

      Constraints: Not nullable, Maximum length: 3

      eWMStockOwner - Stock Owner

      Constraints: Not nullable, Maximum length: 10

      batch - Batch

      Constraints: Not nullable, Maximum length: 10

      specialStockIdfgSalesOrder - Sales and Distribution Document Number

      Constraints: Not nullable, Maximum length: 10

      eWMDocumentCategory - Doc. Category for Doc. Reference and Doc.-Related Stock

      Constraints: Not nullable, Maximum length: 3

      specialStockIdfgSalesOrderItem - Sales Order/Project Item for Sales Order/Project Stock

      Constraints: Not nullable, Maximum length: 6

      eWMWarehouse - Warehouse Number/Warehouse Complex

      Constraints: Not nullable, Maximum length: 4

      entitledToDisposeParty - Party Entitled to Dispose

      Constraints: Not nullable, Maximum length: 10

      handlingUnitExternalID - Handling Unit

      Constraints: Not nullable, Maximum length: 20

      eWMStorageBin - Storage Bin

      Constraints: Not nullable, Maximum length: 18

      wBSElementExternalID - Work Breakdown Structure Element (WBS Element) Edited

      Constraints: Not nullable, Maximum length: 24

      eWMStockUsage - Stock Usage

      Constraints: Not nullable, Maximum length: 1

      eWMStockType - Stock Type

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single WarehouseAvailableStock entity 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 the execute method on the request builder object.