Interface WarehouseInboundDeliveryService

All Known Implementing Classes:
DefaultWarehouseInboundDeliveryService

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

In every API call, you can make use of the following operations: - You can retrieve header information for warehouse inbound deliveries. - You can retrieve item information for warehouse inbound deliveries, including serial numbers. - You can change the carrier ID for a warehouse inbound delivery at header level. - You can change the product quantity and the goods movement bin for a warehouse inbound delivery at item level. - You can adjust the delivery item quantity down to 0 if the item was not received, or down to the packed quantity that was received. - You can post goods receipt. - You can reverse goods receipt. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: WAREHOUSEINBOUNDDELIVERY_0001
API Version: 1.1.0
Minimum ERP Version: 2302
Communication Scenario: Warehousing - Inbound Delivery Integration(SAP_COM_0385)
Scope Items: Warehouse Inbound Processing(3BR)
Authentication Methods: x509
Service Group Name: API_WHSE_INB_DELIVERY_2
Business Object: Warehouse Inbound Delivery
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull WarehouseInboundDeliveryService 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.
    • getAllWhseInbDelivItemSerialNumber

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

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

      @Nonnull GetByKeyRequestBuilder<WhseInbDelivItemSerialNumber> getWhseInbDelivItemSerialNumberByKey(String eWMInboundDelivery, String eWMInboundDeliveryItem, String eWMSerialNumber)
      Deprecated.
      Fetch a single WhseInbDelivItemSerialNumber entity using key fields.
      Parameters:
      eWMInboundDeliveryItem - Item Number

      Constraints: Not nullable, Maximum length: 10

      eWMInboundDelivery - Document Number

      Constraints: Not nullable, Maximum length: 35

      eWMSerialNumber -

      Constraints: Not nullable, Maximum length: 30

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

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

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

      @Nonnull GetByKeyRequestBuilder<WhseInboundDeliveryHead> getWhseInboundDeliveryHeadByKey(String eWMInboundDelivery)
      Deprecated.
      Fetch a single WhseInboundDeliveryHead entity using key fields.
      Parameters:
      eWMInboundDelivery - Document Number

      Constraints: Not nullable, Maximum length: 35

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

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

      @Nonnull UpdateRequestBuilder<WhseInboundDeliveryHead> updateWhseInboundDeliveryHead(@Nonnull WhseInboundDeliveryHead whseInboundDeliveryHead)
      Deprecated.
      Update an existing WhseInboundDeliveryHead entity and save it to the S/4HANA system.
      Parameters:
      whseInboundDeliveryHead - WhseInboundDeliveryHead entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing WhseInboundDeliveryHead entity. To perform execution, call the execute method on the request builder object.
    • getAllWhseInboundDeliveryItem

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

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

      @Nonnull GetByKeyRequestBuilder<WhseInboundDeliveryItem> getWhseInboundDeliveryItemByKey(String eWMInboundDelivery, String eWMInboundDeliveryItem)
      Deprecated.
      Fetch a single WhseInboundDeliveryItem entity using key fields.
      Parameters:
      eWMInboundDeliveryItem - Item Number

      Constraints: Not nullable, Maximum length: 10

      eWMInboundDelivery - Document Number

      Constraints: Not nullable, Maximum length: 35

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

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

      @Nonnull UpdateRequestBuilder<WhseInboundDeliveryItem> updateWhseInboundDeliveryItem(@Nonnull WhseInboundDeliveryItem whseInboundDeliveryItem)
      Deprecated.
      Update an existing WhseInboundDeliveryItem entity and save it to the S/4HANA system.
      Parameters:
      whseInboundDeliveryItem - WhseInboundDeliveryItem entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing WhseInboundDeliveryItem entity. To perform execution, call the execute method on the request builder object.