Class DefaultWarehouseAvailableStockService

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultWarehouseAvailableStockService
All Implemented Interfaces:
OperationsOnEntityCollections, ServiceWithNavigableEntities, WarehouseAvailableStockService

@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultWarehouseAvailableStockService") @Deprecated public class DefaultWarehouseAvailableStockService extends Object implements ServiceWithNavigableEntities, 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
  • Constructor Details

  • Method Details

    • withServicePath

      @Nonnull public DefaultWarehouseAvailableStockService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Description copied from interface: WarehouseAvailableStockService
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Specified by:
      withServicePath in interface WarehouseAvailableStockService
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • batch

      @Nonnull public BatchRequestBuilder batch()
      Deprecated.
      Description copied from interface: WarehouseAvailableStockService
      Creates a batch request builder object.
      Specified by:
      batch in interface WarehouseAvailableStockService
      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 public GetAllRequestBuilder<WarehouseAvailableStock> getAllWarehouseAvailableStock()
      Deprecated.
      Description copied from interface: WarehouseAvailableStockService
      Fetch multiple WarehouseAvailableStock entities.
      Specified by:
      getAllWarehouseAvailableStock in interface WarehouseAvailableStockService
      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 public CountRequestBuilder<WarehouseAvailableStock> countWarehouseAvailableStock()
      Deprecated.
      Description copied from interface: WarehouseAvailableStockService
      Fetch the number of entries from the WarehouseAvailableStock entity collection matching the filter and search expressions.
      Specified by:
      countWarehouseAvailableStock in interface WarehouseAvailableStockService
      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 public 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.
      Description copied from interface: WarehouseAvailableStockService
      Fetch a single WarehouseAvailableStock entity using key fields.
      Specified by:
      getWarehouseAvailableStockByKey in interface WarehouseAvailableStockService
      Parameters:
      eWMWarehouse - Warehouse Number/Warehouse Complex

      Constraints: Not nullable, Maximum length: 4

      product - Product Number

      Constraints: Not nullable, Maximum length: 18

      batch - Batch

      Constraints: Not nullable, Maximum length: 10

      eWMStockOwner - Stock Owner

      Constraints: Not nullable, Maximum length: 10

      entitledToDisposeParty - Party Entitled to Dispose

      Constraints: Not nullable, Maximum length: 10

      eWMStockType - Stock Type

      Constraints: Not nullable, Maximum length: 2

      eWMStockUsage - Stock Usage

      Constraints: Not nullable, Maximum length: 1

      stockDocumentCategory - Special Reference Stock Type

      Constraints: Not nullable, Maximum length: 3

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

      Constraints: Not nullable, Maximum length: 3

      wBSElementExternalID - Work Breakdown Structure Element (WBS Element) Edited

      Constraints: Not nullable, Maximum length: 24

      specialStockIdfgSalesOrder - Sales and Distribution Document Number

      Constraints: Not nullable, Maximum length: 10

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

      Constraints: Not nullable, Maximum length: 6

      handlingUnitExternalID - Handling Unit

      Constraints: Not nullable, Maximum length: 20

      eWMStorageBin - Storage Bin

      Constraints: Not nullable, Maximum length: 18

      eWMResource - Resource (Means of Transportation or User)

      Constraints: Not nullable, Maximum length: 18

      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.
    • getServicePath

      @Nonnull public String getServicePath()
      Deprecated.
      Specified by:
      getServicePath in interface ServiceWithNavigableEntities