public class DefaultProductionSupplyAreaServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<ProductionSupplyAreaServiceBatch,ProductionSupplyAreaServiceBatchChangeSet> implements ProductionSupplyAreaServiceBatchChangeSet
ProductionSupplyAreaServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
ProductionSupplyAreaService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultProductionSupplyAreaServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<ProductionSupplyAreaServiceBatch,ProductionSupplyAreaServiceBatchChangeSet>
@Nonnull public ProductionSupplyAreaServiceBatchChangeSet createProductionSupplyArea(@Nonnull ProductionSupplyArea productionSupplyArea)
ProductionSupplyArea
entity and save it to the S/4HANA system.createProductionSupplyArea
in interface ProductionSupplyAreaServiceBatchChangeSet
productionSupplyArea
- ProductionSupplyArea
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProductionSupplyAreaServiceBatchChangeSet updateProductionSupplyArea(@Nonnull ProductionSupplyArea productionSupplyArea)
ProductionSupplyArea
entity and save it to the S/4HANA system.updateProductionSupplyArea
in interface ProductionSupplyAreaServiceBatchChangeSet
productionSupplyArea
- ProductionSupplyArea
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProductionSupplyAreaServiceBatchChangeSet deleteProductionSupplyArea(@Nonnull ProductionSupplyArea productionSupplyArea)
ProductionSupplyArea
entity in the S/4HANA system.deleteProductionSupplyArea
in interface ProductionSupplyAreaServiceBatchChangeSet
productionSupplyArea
- ProductionSupplyArea
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProductionSupplyAreaServiceBatchChangeSet createProductionSupplyAreaAddress(@Nonnull ProductionSupplyAreaAddress productionSupplyAreaAddress)
ProductionSupplyAreaAddress
entity and save it to the S/4HANA system.createProductionSupplyAreaAddress
in interface ProductionSupplyAreaServiceBatchChangeSet
productionSupplyAreaAddress
- ProductionSupplyAreaAddress
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProductionSupplyAreaServiceBatchChangeSet updateProductionSupplyAreaAddress(@Nonnull ProductionSupplyAreaAddress productionSupplyAreaAddress)
ProductionSupplyAreaAddress
entity and save it to the S/4HANA system.updateProductionSupplyAreaAddress
in interface ProductionSupplyAreaServiceBatchChangeSet
productionSupplyAreaAddress
- ProductionSupplyAreaAddress
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProductionSupplyAreaServiceBatchChangeSet deleteProductionSupplyAreaAddress(@Nonnull ProductionSupplyAreaAddress productionSupplyAreaAddress)
ProductionSupplyAreaAddress
entity in the S/4HANA system.deleteProductionSupplyAreaAddress
in interface ProductionSupplyAreaServiceBatchChangeSet
productionSupplyAreaAddress
- ProductionSupplyAreaAddress
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProductionSupplyAreaServiceBatchChangeSet createProductionSupplyAreaText(@Nonnull ProductionSupplyAreaText productionSupplyAreaText)
ProductionSupplyAreaText
entity and save it to the S/4HANA system.createProductionSupplyAreaText
in interface ProductionSupplyAreaServiceBatchChangeSet
productionSupplyAreaText
- ProductionSupplyAreaText
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProductionSupplyAreaServiceBatchChangeSet updateProductionSupplyAreaText(@Nonnull ProductionSupplyAreaText productionSupplyAreaText)
ProductionSupplyAreaText
entity and save it to the S/4HANA system.updateProductionSupplyAreaText
in interface ProductionSupplyAreaServiceBatchChangeSet
productionSupplyAreaText
- ProductionSupplyAreaText
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProductionSupplyAreaServiceBatchChangeSet deleteProductionSupplyAreaText(@Nonnull ProductionSupplyAreaText productionSupplyAreaText)
ProductionSupplyAreaText
entity in the S/4HANA system.deleteProductionSupplyAreaText
in interface ProductionSupplyAreaServiceBatchChangeSet
productionSupplyAreaText
- ProductionSupplyAreaText
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.