Interface WarehousePhysicalStockByProductService

All Known Implementing Classes:
DefaultWarehousePhysicalStockByProductService

@Deprecated public interface WarehousePhysicalStockByProductService
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 situation of physical stock in a warehouse. You can request stock information about products in a warehouse. Optionally, you can also read serial numbers. You can post unplanned goods issue for consumption and scrapping..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_WHSEPHYSICALSTOCKPRODUCTS_0001
API Version: 1.1.0
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_PHYSSTOCKPROD
Business Object: Warehouse Physical Stock Products
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull WarehousePhysicalStockByProductService 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.
    • getAllWarehousePhysicalStockProducts

      @Nonnull GetAllRequestBuilder<WhsePhysicalStockProducts> getAllWarehousePhysicalStockProducts()
      Deprecated.
      Fetch multiple WhsePhysicalStockProducts entities.
      Returns:
      A request builder to fetch multiple WhsePhysicalStockProducts 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.
    • countWarehousePhysicalStockProducts

      @Nonnull CountRequestBuilder<WhsePhysicalStockProducts> countWarehousePhysicalStockProducts()
      Deprecated.
      Fetch the number of entries from the WhsePhysicalStockProducts entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of WhsePhysicalStockProducts 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.
    • getWarehousePhysicalStockProductsByKey

      @Nonnull GetByKeyRequestBuilder<WhsePhysicalStockProducts> getWarehousePhysicalStockProductsByKey(UUID parentHandlingUnitUUID, UUID stockItemUUID)
      Deprecated.
      Fetch a single WhsePhysicalStockProducts entity using key fields.
      Parameters:
      parentHandlingUnitUUID - Parent GUID

      Constraints: Not nullable

      stockItemUUID - GUID Stock Item

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single WhsePhysicalStockProducts 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.
    • createWarehousePhysicalStockProducts

      @Nonnull CreateRequestBuilder<WhsePhysicalStockProducts> createWarehousePhysicalStockProducts(@Nonnull WhsePhysicalStockProducts whsePhysicalStockProducts)
      Deprecated.
      Create a new WhsePhysicalStockProducts entity and save it to the S/4HANA system.
      Parameters:
      whsePhysicalStockProducts - WhsePhysicalStockProducts entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new WhsePhysicalStockProducts entity. To perform execution, call the execute method on the request builder object.
    • getAllWhsePhysStockProdSerialNumber

      @Nonnull GetAllRequestBuilder<WhsePhysStockProdSerialNmbr> getAllWhsePhysStockProdSerialNumber()
      Deprecated.
      Fetch multiple WhsePhysStockProdSerialNmbr entities.
      Returns:
      A request builder to fetch multiple WhsePhysStockProdSerialNmbr 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.
    • countWhsePhysStockProdSerialNumber

      @Nonnull CountRequestBuilder<WhsePhysStockProdSerialNmbr> countWhsePhysStockProdSerialNumber()
      Deprecated.
      Fetch the number of entries from the WhsePhysStockProdSerialNmbr entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of WhsePhysStockProdSerialNmbr 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.
    • getWhsePhysStockProdSerialNumberByKey

      @Nonnull GetByKeyRequestBuilder<WhsePhysStockProdSerialNmbr> getWhsePhysStockProdSerialNumberByKey(UUID parentHandlingUnitUUID, UUID stockItemUUID, String eWMSerialNumber)
      Deprecated.
      Fetch a single WhsePhysStockProdSerialNmbr entity using key fields.
      Parameters:
      parentHandlingUnitUUID - Parent GUID

      Constraints: Not nullable

      stockItemUUID - GUID Stock Item

      Constraints: Not nullable

      eWMSerialNumber - 30 Characters

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A request builder to fetch a single WhsePhysStockProdSerialNmbr 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.