Interface WarehousePhysicalInventoryServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<WarehousePhysicalInventoryServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<WarehousePhysicalInventoryServiceBatch>
- All Known Implementing Classes:
DefaultWarehousePhysicalInventoryServiceBatchChangeSet
public interface WarehousePhysicalInventoryServiceBatchChangeSet
extends FluentHelperBatchChangeSet<WarehousePhysicalInventoryServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<WarehousePhysicalInventoryServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
WarehousePhysicalInventoryService.-
Method Summary
Modifier and TypeMethodDescriptioncreateWhsePhysicalInventoryCountItem(WhsePhysicalInventoryCountItem whsePhysicalInventoryCountItem) Create a newWhsePhysicalInventoryCountItementity and save it to the S/4HANA system.createWhsePhysicalInventoryItem(WhsePhysicalInventoryItem whsePhysicalInventoryItem) Create a newWhsePhysicalInventoryItementity and save it to the S/4HANA system.updateWhsePhysicalInventoryCountItem(WhsePhysicalInventoryCountItem whsePhysicalInventoryCountItem) Update an existingWhsePhysicalInventoryCountItementity and save it to the S/4HANA system.updateWhsePhysicalInventoryItem(WhsePhysicalInventoryItem whsePhysicalInventoryItem) Update an existingWhsePhysicalInventoryItementity 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
-
createWhsePhysicalInventoryCountItem
@Nonnull WarehousePhysicalInventoryServiceBatchChangeSet createWhsePhysicalInventoryCountItem(@Nonnull WhsePhysicalInventoryCountItem whsePhysicalInventoryCountItem) Create a newWhsePhysicalInventoryCountItementity and save it to the S/4HANA system.- Parameters:
whsePhysicalInventoryCountItem-WhsePhysicalInventoryCountItementity object that will be created 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.
-
updateWhsePhysicalInventoryCountItem
@Nonnull WarehousePhysicalInventoryServiceBatchChangeSet updateWhsePhysicalInventoryCountItem(@Nonnull WhsePhysicalInventoryCountItem whsePhysicalInventoryCountItem) Update an existingWhsePhysicalInventoryCountItementity and save it to the S/4HANA system.- Parameters:
whsePhysicalInventoryCountItem-WhsePhysicalInventoryCountItementity 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.
-
createWhsePhysicalInventoryItem
@Nonnull WarehousePhysicalInventoryServiceBatchChangeSet createWhsePhysicalInventoryItem(@Nonnull WhsePhysicalInventoryItem whsePhysicalInventoryItem) Create a newWhsePhysicalInventoryItementity and save it to the S/4HANA system.- Parameters:
whsePhysicalInventoryItem-WhsePhysicalInventoryItementity object that will be created 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.
-
updateWhsePhysicalInventoryItem
@Nonnull WarehousePhysicalInventoryServiceBatchChangeSet updateWhsePhysicalInventoryItem(@Nonnull WhsePhysicalInventoryItem whsePhysicalInventoryItem) Update an existingWhsePhysicalInventoryItementity and save it to the S/4HANA system.- Parameters:
whsePhysicalInventoryItem-WhsePhysicalInventoryItementity 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.
-