public class DefaultRealSubstanceServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<RealSubstanceServiceBatch,RealSubstanceServiceBatchChangeSet> implements RealSubstanceServiceBatchChangeSet
RealSubstanceServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
RealSubstanceService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultRealSubstanceServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<RealSubstanceServiceBatch,RealSubstanceServiceBatchChangeSet>
@Nonnull public RealSubstanceServiceBatchChangeSet createProduct(@Nonnull Product product)
Product
entity and
save it to the S/4HANA system.createProduct
in interface RealSubstanceServiceBatchChangeSet
product
- Product
entity
object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RealSubstanceServiceBatchChangeSet updateProduct(@Nonnull Product product)
Product
entity and save it to the S/4HANA system.updateProduct
in interface RealSubstanceServiceBatchChangeSet
product
- Product
entity
object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RealSubstanceServiceBatchChangeSet createProductDescription(@Nonnull ProductDescription productDescription)
ProductDescription
entity and save it to the S/4HANA system.createProductDescription
in interface RealSubstanceServiceBatchChangeSet
productDescription
- ProductDescription
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RealSubstanceServiceBatchChangeSet updateProductDescription(@Nonnull ProductDescription productDescription)
ProductDescription
entity and save it to the S/4HANA system.updateProductDescription
in interface RealSubstanceServiceBatchChangeSet
productDescription
- ProductDescription
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RealSubstanceServiceBatchChangeSet deleteProductDescription(@Nonnull ProductDescription productDescription)
ProductDescription
entity in the S/4HANA system.deleteProductDescription
in interface RealSubstanceServiceBatchChangeSet
productDescription
- ProductDescription
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RealSubstanceServiceBatchChangeSet createProductPlant(@Nonnull ProductPlant productPlant)
ProductPlant
entity and save it to the S/4HANA system.createProductPlant
in interface RealSubstanceServiceBatchChangeSet
productPlant
- ProductPlant
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RealSubstanceServiceBatchChangeSet updateProductPlant(@Nonnull ProductPlant productPlant)
ProductPlant
entity and save it to the S/4HANA system.updateProductPlant
in interface RealSubstanceServiceBatchChangeSet
productPlant
- ProductPlant
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RealSubstanceServiceBatchChangeSet createProductSalesDelivery(@Nonnull ProductSalesDelivery productSalesDelivery)
ProductSalesDelivery
entity and save it to the S/4HANA system.createProductSalesDelivery
in interface RealSubstanceServiceBatchChangeSet
productSalesDelivery
- ProductSalesDelivery
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RealSubstanceServiceBatchChangeSet updateProductSalesDelivery(@Nonnull ProductSalesDelivery productSalesDelivery)
ProductSalesDelivery
entity and save it to the S/4HANA system.updateProductSalesDelivery
in interface RealSubstanceServiceBatchChangeSet
productSalesDelivery
- ProductSalesDelivery
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RealSubstanceServiceBatchChangeSet createProductStorageLocation(@Nonnull ProductStorageLocation productStorageLocation)
ProductStorageLocation
entity and save it to the S/4HANA system.createProductStorageLocation
in interface RealSubstanceServiceBatchChangeSet
productStorageLocation
- ProductStorageLocation
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RealSubstanceServiceBatchChangeSet updateProductStorageLocation(@Nonnull ProductStorageLocation productStorageLocation)
ProductStorageLocation
entity and save it to the S/4HANA system.updateProductStorageLocation
in interface RealSubstanceServiceBatchChangeSet
productStorageLocation
- ProductStorageLocation
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RealSubstanceServiceBatchChangeSet createSpecAssignedMatlForKeyDate(@Nonnull SpecAssignedMatlForKeyDate specAssignedMatlForKeyDate)
SpecAssignedMatlForKeyDate
entity and save it to the S/4HANA system.createSpecAssignedMatlForKeyDate
in interface RealSubstanceServiceBatchChangeSet
specAssignedMatlForKeyDate
- SpecAssignedMatlForKeyDate
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.