public class DefaultProductAllocationObjectServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<ProductAllocationObjectServiceBatch,ProductAllocationObjectServiceBatchChangeSet> implements ProductAllocationObjectServiceBatchChangeSet
ProductAllocationObjectServiceBatchChangeSet
interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
ProductAllocationObjectService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultProductAllocationObjectServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<ProductAllocationObjectServiceBatch,ProductAllocationObjectServiceBatchChangeSet>
@Nonnull public ProductAllocationObjectServiceBatchChangeSet createProdAllocationObject(@Nonnull ProdAllocationObject prodAllocationObject)
ProdAllocationObject
entity and save it to the S/4HANA system.createProdAllocationObject
in interface ProductAllocationObjectServiceBatchChangeSet
prodAllocationObject
- ProdAllocationObject
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProductAllocationObjectServiceBatchChangeSet createProdAllocCharcValCombn(@Nonnull ProdAllocCharcValCombn prodAllocCharcValCombn)
ProdAllocCharcValCombn
entity and save it to the S/4HANA system.createProdAllocCharcValCombn
in interface ProductAllocationObjectServiceBatchChangeSet
prodAllocCharcValCombn
- ProdAllocCharcValCombn
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProductAllocationObjectServiceBatchChangeSet updateProdAllocCharcValCombn(@Nonnull ProdAllocCharcValCombn prodAllocCharcValCombn)
ProdAllocCharcValCombn
entity and save it to the S/4HANA system.updateProdAllocCharcValCombn
in interface ProductAllocationObjectServiceBatchChangeSet
prodAllocCharcValCombn
- ProdAllocCharcValCombn
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProductAllocationObjectServiceBatchChangeSet createProdAllocObjTimeSeries(@Nonnull ProdAllocObjTimeSeries prodAllocObjTimeSeries)
ProdAllocObjTimeSeries
entity and save it to the S/4HANA system.createProdAllocObjTimeSeries
in interface ProductAllocationObjectServiceBatchChangeSet
prodAllocObjTimeSeries
- ProdAllocObjTimeSeries
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProductAllocationObjectServiceBatchChangeSet updateProdAllocObjTimeSeries(@Nonnull ProdAllocObjTimeSeries prodAllocObjTimeSeries)
ProdAllocObjTimeSeries
entity and save it to the S/4HANA system.updateProdAllocObjTimeSeries
in interface ProductAllocationObjectServiceBatchChangeSet
prodAllocObjTimeSeries
- ProdAllocObjTimeSeries
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.