public class DefaultProductAllocationSequenceServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<ProductAllocationSequenceServiceBatch,ProductAllocationSequenceServiceBatchChangeSet> implements ProductAllocationSequenceServiceBatchChangeSet
ProductAllocationSequenceServiceBatchChangeSet
interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
ProductAllocationSequenceService
.Modifier and Type | Method and Description |
---|---|
ProductAllocationSequenceServiceBatchChangeSet |
createProdAllocationSequence(ProdAllocationSequence prodAllocationSequence)
Create a new
ProdAllocationSequence entity and save it to the S/4HANA system. |
ProductAllocationSequenceServiceBatchChangeSet |
createProdAllocSqncAssgmt(ProdAllocSqncAssgmt prodAllocSqncAssgmt)
Create a new
ProdAllocSqncAssgmt entity and save it to the S/4HANA system. |
protected DefaultProductAllocationSequenceServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
ProductAllocationSequenceServiceBatchChangeSet |
updateProdAllocSqncAssgmt(ProdAllocSqncAssgmt prodAllocSqncAssgmt)
Update an existing
ProdAllocSqncAssgmt entity and save it to the S/4HANA system. |
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultProductAllocationSequenceServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<ProductAllocationSequenceServiceBatch,ProductAllocationSequenceServiceBatchChangeSet>
@Nonnull public ProductAllocationSequenceServiceBatchChangeSet createProdAllocationSequence(@Nonnull ProdAllocationSequence prodAllocationSequence)
ProdAllocationSequence
entity and save it to the S/4HANA system.createProdAllocationSequence
in interface ProductAllocationSequenceServiceBatchChangeSet
prodAllocationSequence
- ProdAllocationSequence
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProductAllocationSequenceServiceBatchChangeSet createProdAllocSqncAssgmt(@Nonnull ProdAllocSqncAssgmt prodAllocSqncAssgmt)
ProdAllocSqncAssgmt
entity and save it to the S/4HANA system.createProdAllocSqncAssgmt
in interface ProductAllocationSequenceServiceBatchChangeSet
prodAllocSqncAssgmt
- ProdAllocSqncAssgmt
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProductAllocationSequenceServiceBatchChangeSet updateProdAllocSqncAssgmt(@Nonnull ProdAllocSqncAssgmt prodAllocSqncAssgmt)
ProdAllocSqncAssgmt
entity and save it to the S/4HANA system.updateProdAllocSqncAssgmt
in interface ProductAllocationSequenceServiceBatchChangeSet
prodAllocSqncAssgmt
- ProdAllocSqncAssgmt
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.