public interface WarehouseOutboundDeliveryOrderServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<WarehouseOutboundDeliveryOrderServiceBatch>
WarehouseOutboundDeliveryOrderService
.Modifier and Type | Method and Description |
---|---|
WarehouseOutboundDeliveryOrderServiceBatchChangeSet |
updateWhseOutboundDeliveryOrderHead(WhseOutboundDeliveryOrderHead whseOutboundDeliveryOrderHead)
Update an existing
WhseOutboundDeliveryOrderHead entity and save it to the S/4HANA system. |
WarehouseOutboundDeliveryOrderServiceBatchChangeSet |
updateWhseOutboundDeliveryOrderItem(WhseOutboundDeliveryOrderItem whseOutboundDeliveryOrderItem)
Update an existing
WhseOutboundDeliveryOrderItem entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull WarehouseOutboundDeliveryOrderServiceBatchChangeSet updateWhseOutboundDeliveryOrderHead(@Nonnull WhseOutboundDeliveryOrderHead whseOutboundDeliveryOrderHead)
WhseOutboundDeliveryOrderHead
entity and save it to the S/4HANA system.whseOutboundDeliveryOrderHead
- WhseOutboundDeliveryOrderHead
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull WarehouseOutboundDeliveryOrderServiceBatchChangeSet updateWhseOutboundDeliveryOrderItem(@Nonnull WhseOutboundDeliveryOrderItem whseOutboundDeliveryOrderItem)
WhseOutboundDeliveryOrderItem
entity and save it to the S/4HANA system.whseOutboundDeliveryOrderItem
- WhseOutboundDeliveryOrderItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2020 SAP SE. All rights reserved.