public interface ProductAllocationObjectServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<ProductAllocationObjectServiceBatch>
ProductAllocationObjectService
.endChangeSet
@Nonnull ProductAllocationObjectServiceBatchChangeSet createProdAllocationObject(@Nonnull ProdAllocationObject prodAllocationObject)
ProdAllocationObject
entity and save it to the S/4HANA system.prodAllocationObject
- ProdAllocationObject
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProductAllocationObjectServiceBatchChangeSet createProdAllocCharcValCombn(@Nonnull ProdAllocCharcValCombn prodAllocCharcValCombn)
ProdAllocCharcValCombn
entity and save it to the S/4HANA system.prodAllocCharcValCombn
- ProdAllocCharcValCombn
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProductAllocationObjectServiceBatchChangeSet updateProdAllocCharcValCombn(@Nonnull ProdAllocCharcValCombn prodAllocCharcValCombn)
ProdAllocCharcValCombn
entity and save it to the S/4HANA system.prodAllocCharcValCombn
- ProdAllocCharcValCombn
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProductAllocationObjectServiceBatchChangeSet createProdAllocObjTimeSeries(@Nonnull ProdAllocObjTimeSeries prodAllocObjTimeSeries)
ProdAllocObjTimeSeries
entity and save it to the S/4HANA system.prodAllocObjTimeSeries
- ProdAllocObjTimeSeries
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProductAllocationObjectServiceBatchChangeSet updateProdAllocObjTimeSeries(@Nonnull ProdAllocObjTimeSeries prodAllocObjTimeSeries)
ProdAllocObjTimeSeries
entity and save it to the S/4HANA system.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.