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