public interface WarehouseInboundDeliveryServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<WarehouseInboundDeliveryServiceBatch>
WarehouseInboundDeliveryService
.Modifier and Type | Method and Description |
---|---|
WarehouseInboundDeliveryServiceBatchChangeSet |
updateWhseInboundDeliveryHead(WhseInboundDeliveryHead whseInboundDeliveryHead)
Update an existing
WhseInboundDeliveryHead entity and save it to the S/4HANA system. |
WarehouseInboundDeliveryServiceBatchChangeSet |
updateWhseInboundDeliveryItem(WhseInboundDeliveryItem whseInboundDeliveryItem)
Update an existing
WhseInboundDeliveryItem entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull WarehouseInboundDeliveryServiceBatchChangeSet 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.endChangeSet
on the returned fluent helper object.@Nonnull WarehouseInboundDeliveryServiceBatchChangeSet 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.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.