Interface ProductAllocationSequenceServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<ProductAllocationSequenceServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProductAllocationSequenceServiceBatch>
- All Known Implementing Classes:
DefaultProductAllocationSequenceServiceBatchChangeSet
public interface ProductAllocationSequenceServiceBatchChangeSet
extends FluentHelperBatchChangeSet<ProductAllocationSequenceServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<ProductAllocationSequenceServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
ProductAllocationSequenceService.-
Method Summary
Modifier and TypeMethodDescriptioncreateProdAllocationSequence(ProdAllocationSequence prodAllocationSequence) Create a newProdAllocationSequenceentity and save it to the S/4HANA system.updateProdAllocSqncAssgmt(ProdAllocSqncAssgmt prodAllocSqncAssgmt) Update an existingProdAllocSqncAssgmtentity 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
-
createProdAllocationSequence
@Nonnull ProductAllocationSequenceServiceBatchChangeSet createProdAllocationSequence(@Nonnull ProdAllocationSequence prodAllocationSequence) Create a newProdAllocationSequenceentity and save it to the S/4HANA system.- Parameters:
prodAllocationSequence-ProdAllocationSequenceentity 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.
-
updateProdAllocSqncAssgmt
@Nonnull ProductAllocationSequenceServiceBatchChangeSet updateProdAllocSqncAssgmt(@Nonnull ProdAllocSqncAssgmt prodAllocSqncAssgmt) Update an existingProdAllocSqncAssgmtentity and save it to the S/4HANA system.- Parameters:
prodAllocSqncAssgmt-ProdAllocSqncAssgmtentity 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.
-