Interface PhysicalInventoryDocumentServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<PhysicalInventoryDocumentServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<PhysicalInventoryDocumentServiceBatch>
- All Known Implementing Classes:
DefaultPhysicalInventoryDocumentServiceBatchChangeSet
public interface PhysicalInventoryDocumentServiceBatchChangeSet
extends FluentHelperBatchChangeSet<PhysicalInventoryDocumentServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<PhysicalInventoryDocumentServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
PhysicalInventoryDocumentService.-
Method Summary
Modifier and TypeMethodDescriptioncreatePhysInventoryDocHeader(PhysInventoryDocHeader physInventoryDocHeader) Create a newPhysInventoryDocHeaderentity and save it to the S/4HANA system.updatePhysInventoryDocItem(PhysInventoryDocItem physInventoryDocItem) Update an existingPhysInventoryDocItementity and save it to the S/4HANA system.updateSerialNumberPhysInventoryDoc(SerialNumberPhysInventoryDoc serialNumberPhysInventoryDoc) Update an existingSerialNumberPhysInventoryDocentity 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
-
createPhysInventoryDocHeader
@Nonnull PhysicalInventoryDocumentServiceBatchChangeSet createPhysInventoryDocHeader(@Nonnull PhysInventoryDocHeader physInventoryDocHeader) Create a newPhysInventoryDocHeaderentity and save it to the S/4HANA system.- Parameters:
physInventoryDocHeader-PhysInventoryDocHeaderentity 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.
-
updatePhysInventoryDocItem
@Nonnull PhysicalInventoryDocumentServiceBatchChangeSet updatePhysInventoryDocItem(@Nonnull PhysInventoryDocItem physInventoryDocItem) Update an existingPhysInventoryDocItementity and save it to the S/4HANA system.- Parameters:
physInventoryDocItem-PhysInventoryDocItementity 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.
-
updateSerialNumberPhysInventoryDoc
@Nonnull PhysicalInventoryDocumentServiceBatchChangeSet updateSerialNumberPhysInventoryDoc(@Nonnull SerialNumberPhysInventoryDoc serialNumberPhysInventoryDoc) Update an existingSerialNumberPhysInventoryDocentity and save it to the S/4HANA system.- Parameters:
serialNumberPhysInventoryDoc-SerialNumberPhysInventoryDocentity 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.
-