Interface WarehouseInboundDeliveryServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<WarehouseInboundDeliveryServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<WarehouseInboundDeliveryServiceBatch>
- All Known Implementing Classes:
DefaultWarehouseInboundDeliveryServiceBatchChangeSet
public interface WarehouseInboundDeliveryServiceBatchChangeSet
extends FluentHelperBatchChangeSet<WarehouseInboundDeliveryServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<WarehouseInboundDeliveryServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
WarehouseInboundDeliveryService.-
Method Summary
Modifier and TypeMethodDescriptionupdateWhseInboundDeliveryHead(WhseInboundDeliveryHead whseInboundDeliveryHead) Update an existingWhseInboundDeliveryHeadentity and save it to the S/4HANA system.updateWhseInboundDeliveryItem(WhseInboundDeliveryItem whseInboundDeliveryItem) Update an existingWhseInboundDeliveryItementity 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
-
updateWhseInboundDeliveryHead
@Nonnull WarehouseInboundDeliveryServiceBatchChangeSet updateWhseInboundDeliveryHead(@Nonnull WhseInboundDeliveryHead whseInboundDeliveryHead) Update an existingWhseInboundDeliveryHeadentity and save it to the S/4HANA system.- Parameters:
whseInboundDeliveryHead-WhseInboundDeliveryHeadentity 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.
-
updateWhseInboundDeliveryItem
@Nonnull WarehouseInboundDeliveryServiceBatchChangeSet updateWhseInboundDeliveryItem(@Nonnull WhseInboundDeliveryItem whseInboundDeliveryItem) Update an existingWhseInboundDeliveryItementity and save it to the S/4HANA system.- Parameters:
whseInboundDeliveryItem-WhseInboundDeliveryItementity 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.
-