public interface WarehousePhysicalInventoryServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<WarehousePhysicalInventoryServiceBatch>
WarehousePhysicalInventoryService
.Modifier and Type | Method and Description |
---|---|
WarehousePhysicalInventoryServiceBatchChangeSet |
createWhsePhysicalInventoryCountItem(WhsePhysicalInventoryCountItem whsePhysicalInventoryCountItem)
Create a new
WhsePhysicalInventoryCountItem entity and save it to the S/4HANA system. |
WarehousePhysicalInventoryServiceBatchChangeSet |
createWhsePhysicalInventoryItem(WhsePhysicalInventoryItem whsePhysicalInventoryItem)
Create a new
WhsePhysicalInventoryItem entity and save it to the S/4HANA system. |
WarehousePhysicalInventoryServiceBatchChangeSet |
updateWhsePhysicalInventoryCountItem(WhsePhysicalInventoryCountItem whsePhysicalInventoryCountItem)
Update an existing
WhsePhysicalInventoryCountItem entity and save it to the S/4HANA system. |
WarehousePhysicalInventoryServiceBatchChangeSet |
updateWhsePhysicalInventoryItem(WhsePhysicalInventoryItem whsePhysicalInventoryItem)
Update an existing
WhsePhysicalInventoryItem entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull WarehousePhysicalInventoryServiceBatchChangeSet createWhsePhysicalInventoryCountItem(@Nonnull WhsePhysicalInventoryCountItem whsePhysicalInventoryCountItem)
WhsePhysicalInventoryCountItem
entity and save it to the S/4HANA system.whsePhysicalInventoryCountItem
- WhsePhysicalInventoryCountItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull WarehousePhysicalInventoryServiceBatchChangeSet updateWhsePhysicalInventoryCountItem(@Nonnull WhsePhysicalInventoryCountItem whsePhysicalInventoryCountItem)
WhsePhysicalInventoryCountItem
entity and save it to the S/4HANA system.whsePhysicalInventoryCountItem
- WhsePhysicalInventoryCountItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull WarehousePhysicalInventoryServiceBatchChangeSet createWhsePhysicalInventoryItem(@Nonnull WhsePhysicalInventoryItem whsePhysicalInventoryItem)
WhsePhysicalInventoryItem
entity and save it to the S/4HANA system.whsePhysicalInventoryItem
- WhsePhysicalInventoryItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull WarehousePhysicalInventoryServiceBatchChangeSet updateWhsePhysicalInventoryItem(@Nonnull WhsePhysicalInventoryItem whsePhysicalInventoryItem)
WhsePhysicalInventoryItem
entity and save it to the S/4HANA system.whsePhysicalInventoryItem
- WhsePhysicalInventoryItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2020 SAP SE. All rights reserved.