public interface WarehouseInboundDeliveryService extends BatchService<WarehouseInboundDeliveryServiceBatch>
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. .
Reference: SAP API Business Hub
OData Service: | API_WHSE_INBOUND_DELIVERY |
API Version: | 1 |
Communication Scenario: | Warehousing - Inbound Delivery Integration (SAP_COM_0385) |
Scope Items: | Warehouse Inbound Processing (3BR) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | WarehouseInboundDelivery |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull WarehouseInboundDeliveryService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull WhseInboundDeliveryHeadFluentHelper getAllWhseInboundDeliveryHead()
WhseInboundDeliveryHead
entities.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.@Nonnull WhseInboundDeliveryHeadByKeyFluentHelper getWhseInboundDeliveryHeadByKey(String inboundDelivery)
WhseInboundDeliveryHead
entity using key fields.inboundDelivery
- Document Number
Constraints: Not nullable, Maximum length: 35
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.@Nonnull WhseInboundDeliveryHeadUpdateFluentHelper updateWhseInboundDeliveryHead(@Nonnull WhseInboundDeliveryHead whseInboundDeliveryHead)
WhseInboundDeliveryHead
entity and save it to the S/4HANA system.whseInboundDeliveryHead
- WhseInboundDeliveryHead
entity object that will be updated in the S/4HANA system.WhseInboundDeliveryHead
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WhseInboundDeliveryItemFluentHelper getAllWhseInboundDeliveryItem()
WhseInboundDeliveryItem
entities.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.@Nonnull WhseInboundDeliveryItemByKeyFluentHelper getWhseInboundDeliveryItemByKey(String inboundDelivery, String inboundDeliveryItem)
WhseInboundDeliveryItem
entity using key fields.inboundDelivery
- Document Number
Constraints: Not nullable, Maximum length: 35
inboundDeliveryItem
- Item Number
Constraints: Not nullable, Maximum length: 10
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.@Nonnull WhseInboundDeliveryItemUpdateFluentHelper updateWhseInboundDeliveryItem(@Nonnull WhseInboundDeliveryItem whseInboundDeliveryItem)
WhseInboundDeliveryItem
entity and save it to the S/4HANA system.whseInboundDeliveryItem
- WhseInboundDeliveryItem
entity object that will be updated in the S/4HANA system.WhseInboundDeliveryItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WhseInbDelivItemSerialNumberFluentHelper getAllWhseInbDelivItemSerialNumber()
WhseInbDelivItemSerialNumber
entities.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.@Nonnull WhseInbDelivItemSerialNumberByKeyFluentHelper getWhseInbDelivItemSerialNumberByKey(String inboundDelivery, String inboundDeliveryItem, String eWMSerialNumber)
WhseInbDelivItemSerialNumber
entity using key fields.inboundDelivery
- Document Number
Constraints: Not nullable, Maximum length: 35
inboundDeliveryItem
- Item Number
Constraints: Not nullable, Maximum length: 10
eWMSerialNumber
- 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.@Nonnull PostGoodsReceiptFluentHelper postGoodsReceipt(String inboundDelivery)
Creates a fluent helper for the PostGoodsReceipt OData function import.
inboundDelivery
- Document Number
Constraints: Not nullable, Maximum length: 35
Original parameter name from the Odata EDM: InboundDelivery
execute
method on the fluent helper object.@Nonnull ReverseGoodsReceiptFluentHelper reverseGoodsReceipt(String inboundDelivery)
Creates a fluent helper for the ReverseGoodsReceipt OData function import.
inboundDelivery
- Document Number
Constraints: Not nullable, Maximum length: 35
Original parameter name from the Odata EDM: InboundDelivery
execute
method on the fluent helper object.@Nonnull AdjustDeliveryItemQuantityFluentHelper adjustDeliveryItemQuantity(String inboundDelivery, String inboundDeliveryItem)
Creates a fluent helper for the AdjustDeliveryItemQuantity OData function import.
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
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.