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