Interface WarehouseInboundDeliveryService

All Superinterfaces:
BatchService<WarehouseInboundDeliveryServiceBatch>
All Known Implementing Classes:
DefaultWarehouseInboundDeliveryService

@Deprecated public interface WarehouseInboundDeliveryService extends BatchService<WarehouseInboundDeliveryServiceBatch>
Deprecated.
The service and all its related classes are deprecated as of release 2108 (Aug 2021). 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: API_WHSE_INBOUND_DELIVERY
API Version: 1.0.0
Minimum ERP Version: 2208
Communication Scenario: Warehousing - Inbound Delivery Integration(SAP_COM_0385)
Scope Items: Warehouse Inbound Processing(3BR)
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.
    • getAllWhseInboundDeliveryHead

      @Nonnull WhseInboundDeliveryHeadFluentHelper getAllWhseInboundDeliveryHead()
      Deprecated.
      Fetch multiple WhseInboundDeliveryHead entities.
      Returns:
      A fluent helper to fetch multiple WhseInboundDeliveryHead entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getWhseInboundDeliveryHeadByKey

      @Nonnull WhseInboundDeliveryHeadByKeyFluentHelper getWhseInboundDeliveryHeadByKey(String inboundDelivery)
      Deprecated.
      Fetch a single WhseInboundDeliveryHead entity using key fields.
      Parameters:
      inboundDelivery - Document Number

      Constraints: Not nullable, Maximum length: 35

      Returns:
      A fluent helper to fetch a single WhseInboundDeliveryHead entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • updateWhseInboundDeliveryHead

      @Nonnull WhseInboundDeliveryHeadUpdateFluentHelper 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 fluent helper to update an existing WhseInboundDeliveryHead entity. To perform execution, call the execute method on the fluent helper object.
    • getAllWhseInboundDeliveryItem

      @Nonnull WhseInboundDeliveryItemFluentHelper getAllWhseInboundDeliveryItem()
      Deprecated.
      Fetch multiple WhseInboundDeliveryItem entities.
      Returns:
      A fluent helper to fetch multiple WhseInboundDeliveryItem entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getWhseInboundDeliveryItemByKey

      @Nonnull WhseInboundDeliveryItemByKeyFluentHelper getWhseInboundDeliveryItemByKey(String inboundDelivery, String inboundDeliveryItem)
      Deprecated.
      Fetch a single WhseInboundDeliveryItem entity using key fields.
      Parameters:
      inboundDelivery - Document Number

      Constraints: Not nullable, Maximum length: 35

      inboundDeliveryItem - Item Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single WhseInboundDeliveryItem entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • updateWhseInboundDeliveryItem

      @Nonnull WhseInboundDeliveryItemUpdateFluentHelper 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 fluent helper to update an existing WhseInboundDeliveryItem entity. To perform execution, call the execute method on the fluent helper object.
    • getAllWhseInbDelivItemSerialNumber

      @Nonnull WhseInbDelivItemSerialNumberFluentHelper getAllWhseInbDelivItemSerialNumber()
      Deprecated.
      Fetch multiple WhseInbDelivItemSerialNumber entities.
      Returns:
      A fluent helper to fetch multiple WhseInbDelivItemSerialNumber entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getWhseInbDelivItemSerialNumberByKey

      @Nonnull WhseInbDelivItemSerialNumberByKeyFluentHelper getWhseInbDelivItemSerialNumberByKey(String inboundDelivery, String inboundDeliveryItem, String eWMSerialNumber)
      Deprecated.
      Fetch a single WhseInbDelivItemSerialNumber entity using key fields.
      Parameters:
      inboundDelivery - Document Number

      Constraints: Not nullable, Maximum length: 35

      inboundDeliveryItem - Item Number

      Constraints: Not nullable, Maximum length: 10

      eWMSerialNumber -
      Returns:
      A fluent helper to fetch a single WhseInbDelivItemSerialNumber entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • postGoodsReceipt

      @Nonnull PostGoodsReceiptFluentHelper postGoodsReceipt(@Nonnull String inboundDelivery)
      Deprecated.

      Creates a fluent helper for the PostGoodsReceipt OData function import.

      Parameters:
      inboundDelivery - Document Number

      Constraints: Not nullable, Maximum length: 35

      Original parameter name from the Odata EDM: InboundDelivery

      Returns:
      A fluent helper object that will execute the PostGoodsReceipt OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • reverseGoodsReceipt

      @Nonnull ReverseGoodsReceiptFluentHelper reverseGoodsReceipt(@Nonnull String inboundDelivery)
      Deprecated.

      Creates a fluent helper for the ReverseGoodsReceipt OData function import.

      Parameters:
      inboundDelivery - Document Number

      Constraints: Not nullable, Maximum length: 35

      Original parameter name from the Odata EDM: InboundDelivery

      Returns:
      A fluent helper object that will execute the ReverseGoodsReceipt OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • adjustDeliveryItemQuantity

      @Nonnull AdjustDeliveryItemQuantityFluentHelper adjustDeliveryItemQuantity(@Nonnull String inboundDelivery, @Nonnull String inboundDeliveryItem)
      Deprecated.

      Creates a fluent helper for the AdjustDeliveryItemQuantity OData function import.

      Parameters:
      inboundDelivery - Document Number

      Constraints: Not nullable, Maximum length: 35

      Original parameter name from the Odata EDM: InboundDelivery

      inboundDeliveryItem - Item Number

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: InboundDeliveryItem

      Returns:
      A fluent helper object that will execute the AdjustDeliveryItemQuantity OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.