public class DefaultWarehouseOutboundDeliveryOrderServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<WarehouseOutboundDeliveryOrderServiceBatch,WarehouseOutboundDeliveryOrderServiceBatchChangeSet> implements WarehouseOutboundDeliveryOrderServiceBatchChangeSet
WarehouseOutboundDeliveryOrderServiceBatchChangeSet
interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
WarehouseOutboundDeliveryOrderService
.Modifier and Type | Method and Description |
---|---|
protected DefaultWarehouseOutboundDeliveryOrderServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
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. |
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultWarehouseOutboundDeliveryOrderServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<WarehouseOutboundDeliveryOrderServiceBatch,WarehouseOutboundDeliveryOrderServiceBatchChangeSet>
@Nonnull public WarehouseOutboundDeliveryOrderServiceBatchChangeSet updateWhseOutboundDeliveryOrderHead(@Nonnull WhseOutboundDeliveryOrderHead whseOutboundDeliveryOrderHead)
WhseOutboundDeliveryOrderHead
entity and save it to the S/4HANA system.updateWhseOutboundDeliveryOrderHead
in interface WarehouseOutboundDeliveryOrderServiceBatchChangeSet
whseOutboundDeliveryOrderHead
- WhseOutboundDeliveryOrderHead
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public WarehouseOutboundDeliveryOrderServiceBatchChangeSet updateWhseOutboundDeliveryOrderItem(@Nonnull WhseOutboundDeliveryOrderItem whseOutboundDeliveryOrderItem)
WhseOutboundDeliveryOrderItem
entity and save it to the S/4HANA system.updateWhseOutboundDeliveryOrderItem
in interface WarehouseOutboundDeliveryOrderServiceBatchChangeSet
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.