@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultWarehouseInboundDeliveryService") public class DefaultWarehouseInboundDeliveryService extends Object implements WarehouseInboundDeliveryService
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 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultWarehouseInboundDeliveryService()
Creates a service using
WarehouseInboundDeliveryService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultWarehouseInboundDeliveryService()
WarehouseInboundDeliveryService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultWarehouseInboundDeliveryService withServicePath(@Nonnull String servicePath)
WarehouseInboundDeliveryService
withServicePath
in interface WarehouseInboundDeliveryService
servicePath
- Service path that will override the default.@Nonnull public DefaultWarehouseInboundDeliveryServiceBatch batch()
batch
in interface BatchService<WarehouseInboundDeliveryServiceBatch>
@Nonnull public WhseInboundDeliveryHeadFluentHelper getAllWhseInboundDeliveryHead()
WarehouseInboundDeliveryService
WhseInboundDeliveryHead
entities.getAllWhseInboundDeliveryHead
in interface WarehouseInboundDeliveryService
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 public WhseInboundDeliveryHeadByKeyFluentHelper getWhseInboundDeliveryHeadByKey(String inboundDelivery)
WarehouseInboundDeliveryService
WhseInboundDeliveryHead
entity using key fields.getWhseInboundDeliveryHeadByKey
in interface WarehouseInboundDeliveryService
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 public WhseInboundDeliveryHeadUpdateFluentHelper updateWhseInboundDeliveryHead(@Nonnull WhseInboundDeliveryHead whseInboundDeliveryHead)
WarehouseInboundDeliveryService
WhseInboundDeliveryHead
entity and save it to the S/4HANA system.updateWhseInboundDeliveryHead
in interface WarehouseInboundDeliveryService
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 public WhseInboundDeliveryItemFluentHelper getAllWhseInboundDeliveryItem()
WarehouseInboundDeliveryService
WhseInboundDeliveryItem
entities.getAllWhseInboundDeliveryItem
in interface WarehouseInboundDeliveryService
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 public WhseInboundDeliveryItemByKeyFluentHelper getWhseInboundDeliveryItemByKey(String inboundDelivery, String inboundDeliveryItem)
WarehouseInboundDeliveryService
WhseInboundDeliveryItem
entity using key fields.getWhseInboundDeliveryItemByKey
in interface WarehouseInboundDeliveryService
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 public WhseInboundDeliveryItemUpdateFluentHelper updateWhseInboundDeliveryItem(@Nonnull WhseInboundDeliveryItem whseInboundDeliveryItem)
WarehouseInboundDeliveryService
WhseInboundDeliveryItem
entity and save it to the S/4HANA system.updateWhseInboundDeliveryItem
in interface WarehouseInboundDeliveryService
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 public WhseInbDelivItemSerialNumberFluentHelper getAllWhseInbDelivItemSerialNumber()
WarehouseInboundDeliveryService
WhseInbDelivItemSerialNumber
entities.getAllWhseInbDelivItemSerialNumber
in interface WarehouseInboundDeliveryService
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 public WhseInbDelivItemSerialNumberByKeyFluentHelper getWhseInbDelivItemSerialNumberByKey(String inboundDelivery, String inboundDeliveryItem, String eWMSerialNumber)
WarehouseInboundDeliveryService
WhseInbDelivItemSerialNumber
entity using key fields.getWhseInbDelivItemSerialNumberByKey
in interface WarehouseInboundDeliveryService
inboundDelivery
- Document Number
Constraints: Not nullable, Maximum length: 35
inboundDeliveryItem
- Item Number
Constraints: Not nullable, Maximum length: 10
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 public PostGoodsReceiptFluentHelper postGoodsReceipt(@Nonnull String inboundDelivery)
WarehouseInboundDeliveryService
Creates a fluent helper for the PostGoodsReceipt OData function import.
postGoodsReceipt
in interface WarehouseInboundDeliveryService
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 public ReverseGoodsReceiptFluentHelper reverseGoodsReceipt(@Nonnull String inboundDelivery)
WarehouseInboundDeliveryService
Creates a fluent helper for the ReverseGoodsReceipt OData function import.
reverseGoodsReceipt
in interface WarehouseInboundDeliveryService
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 public AdjustDeliveryItemQuantityFluentHelper adjustDeliveryItemQuantity(@Nonnull String inboundDelivery, @Nonnull String inboundDeliveryItem)
WarehouseInboundDeliveryService
Creates a fluent helper for the AdjustDeliveryItemQuantity OData function import.
adjustDeliveryItemQuantity
in interface WarehouseInboundDeliveryService
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.