public class DefaultWarehousePhysicalInventoryServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<WarehousePhysicalInventoryServiceBatch,WarehousePhysicalInventoryServiceBatchChangeSet> implements WarehousePhysicalInventoryServiceBatchChangeSet
WarehousePhysicalInventoryServiceBatchChangeSet
interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
WarehousePhysicalInventoryService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultWarehousePhysicalInventoryServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<WarehousePhysicalInventoryServiceBatch,WarehousePhysicalInventoryServiceBatchChangeSet>
@Nonnull public WarehousePhysicalInventoryServiceBatchChangeSet createWhsePhysicalInventoryCountItem(@Nonnull WhsePhysicalInventoryCountItem whsePhysicalInventoryCountItem)
WhsePhysicalInventoryCountItem
entity and save it to the S/4HANA system.createWhsePhysicalInventoryCountItem
in interface WarehousePhysicalInventoryServiceBatchChangeSet
whsePhysicalInventoryCountItem
- WhsePhysicalInventoryCountItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public WarehousePhysicalInventoryServiceBatchChangeSet updateWhsePhysicalInventoryCountItem(@Nonnull WhsePhysicalInventoryCountItem whsePhysicalInventoryCountItem)
WhsePhysicalInventoryCountItem
entity and save it to the S/4HANA system.updateWhsePhysicalInventoryCountItem
in interface WarehousePhysicalInventoryServiceBatchChangeSet
whsePhysicalInventoryCountItem
- WhsePhysicalInventoryCountItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public WarehousePhysicalInventoryServiceBatchChangeSet createWhsePhysicalInventoryItem(@Nonnull WhsePhysicalInventoryItem whsePhysicalInventoryItem)
WhsePhysicalInventoryItem
entity and save it to the S/4HANA system.createWhsePhysicalInventoryItem
in interface WarehousePhysicalInventoryServiceBatchChangeSet
whsePhysicalInventoryItem
- WhsePhysicalInventoryItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public WarehousePhysicalInventoryServiceBatchChangeSet updateWhsePhysicalInventoryItem(@Nonnull WhsePhysicalInventoryItem whsePhysicalInventoryItem)
WhsePhysicalInventoryItem
entity and save it to the S/4HANA system.updateWhsePhysicalInventoryItem
in interface WarehousePhysicalInventoryServiceBatchChangeSet
whsePhysicalInventoryItem
- WhsePhysicalInventoryItem
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.