Interface WarehouseOutboundDeliveryOrderServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<WarehouseOutboundDeliveryOrderServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<WarehouseOutboundDeliveryOrderServiceBatch>
- All Known Implementing Classes:
DefaultWarehouseOutboundDeliveryOrderServiceBatchChangeSet
public interface WarehouseOutboundDeliveryOrderServiceBatchChangeSet
extends FluentHelperBatchChangeSet<WarehouseOutboundDeliveryOrderServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<WarehouseOutboundDeliveryOrderServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
WarehouseOutboundDeliveryOrderService.-
Method Summary
Modifier and TypeMethodDescriptionupdateWhseOutboundDeliveryOrderHead(WhseOutboundDeliveryOrderHead whseOutboundDeliveryOrderHead) Update an existingWhseOutboundDeliveryOrderHeadentity and save it to the S/4HANA system.updateWhseOutboundDeliveryOrderItem(WhseOutboundDeliveryOrderItem whseOutboundDeliveryOrderItem) Update an existingWhseOutboundDeliveryOrderItementity and save it to the S/4HANA system.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
updateWhseOutboundDeliveryOrderHead
@Nonnull WarehouseOutboundDeliveryOrderServiceBatchChangeSet updateWhseOutboundDeliveryOrderHead(@Nonnull WhseOutboundDeliveryOrderHead whseOutboundDeliveryOrderHead) Update an existingWhseOutboundDeliveryOrderHeadentity and save it to the S/4HANA system.- Parameters:
whseOutboundDeliveryOrderHead-WhseOutboundDeliveryOrderHeadentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateWhseOutboundDeliveryOrderItem
@Nonnull WarehouseOutboundDeliveryOrderServiceBatchChangeSet updateWhseOutboundDeliveryOrderItem(@Nonnull WhseOutboundDeliveryOrderItem whseOutboundDeliveryOrderItem) Update an existingWhseOutboundDeliveryOrderItementity and save it to the S/4HANA system.- Parameters:
whseOutboundDeliveryOrderItem-WhseOutboundDeliveryOrderItementity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-