Interface ProductAllocationObjectServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<ProductAllocationObjectServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProductAllocationObjectServiceBatch>
- All Known Implementing Classes:
DefaultProductAllocationObjectServiceBatchChangeSet
public interface ProductAllocationObjectServiceBatchChangeSet
extends FluentHelperBatchChangeSet<ProductAllocationObjectServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<ProductAllocationObjectServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
ProductAllocationObjectService.-
Method Summary
Modifier and TypeMethodDescriptioncreateProdAllocationObject(ProdAllocationObject prodAllocationObject) Create a newProdAllocationObjectentity and save it to the S/4HANA system.createProdAllocCharcValCombn(ProdAllocCharcValCombn prodAllocCharcValCombn) Create a newProdAllocCharcValCombnentity and save it to the S/4HANA system.updateProdAllocCharcValCombn(ProdAllocCharcValCombn prodAllocCharcValCombn) Update an existingProdAllocCharcValCombnentity and save it to the S/4HANA system.updateProdAllocObjTimeSeries(ProdAllocObjTimeSeries prodAllocObjTimeSeries) Update an existingProdAllocObjTimeSeriesentity 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
-
createProdAllocationObject
@Nonnull ProductAllocationObjectServiceBatchChangeSet createProdAllocationObject(@Nonnull ProdAllocationObject prodAllocationObject) Create a newProdAllocationObjectentity and save it to the S/4HANA system.- Parameters:
prodAllocationObject-ProdAllocationObjectentity 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.
-
createProdAllocCharcValCombn
@Nonnull ProductAllocationObjectServiceBatchChangeSet createProdAllocCharcValCombn(@Nonnull ProdAllocCharcValCombn prodAllocCharcValCombn) Create a newProdAllocCharcValCombnentity and save it to the S/4HANA system.- Parameters:
prodAllocCharcValCombn-ProdAllocCharcValCombnentity 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.
-
updateProdAllocCharcValCombn
@Nonnull ProductAllocationObjectServiceBatchChangeSet updateProdAllocCharcValCombn(@Nonnull ProdAllocCharcValCombn prodAllocCharcValCombn) Update an existingProdAllocCharcValCombnentity and save it to the S/4HANA system.- Parameters:
prodAllocCharcValCombn-ProdAllocCharcValCombnentity 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.
-
updateProdAllocObjTimeSeries
@Nonnull ProductAllocationObjectServiceBatchChangeSet updateProdAllocObjTimeSeries(@Nonnull ProdAllocObjTimeSeries prodAllocObjTimeSeries) Update an existingProdAllocObjTimeSeriesentity and save it to the S/4HANA system.- Parameters:
prodAllocObjTimeSeries-ProdAllocObjTimeSeriesentity 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.
-