public interface ProductionSupplyAreaServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<ProductionSupplyAreaServiceBatch>
ProductionSupplyAreaService
.endChangeSet
@Nonnull ProductionSupplyAreaServiceBatchChangeSet createProductionSupplyArea(@Nonnull ProductionSupplyArea productionSupplyArea)
ProductionSupplyArea
entity and save it to the S/4HANA system.productionSupplyArea
- ProductionSupplyArea
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProductionSupplyAreaServiceBatchChangeSet updateProductionSupplyArea(@Nonnull ProductionSupplyArea productionSupplyArea)
ProductionSupplyArea
entity and save it to the S/4HANA system.productionSupplyArea
- ProductionSupplyArea
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProductionSupplyAreaServiceBatchChangeSet deleteProductionSupplyArea(@Nonnull ProductionSupplyArea productionSupplyArea)
ProductionSupplyArea
entity in the S/4HANA system.productionSupplyArea
- ProductionSupplyArea
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProductionSupplyAreaServiceBatchChangeSet createProductionSupplyAreaAddress(@Nonnull ProductionSupplyAreaAddress productionSupplyAreaAddress)
ProductionSupplyAreaAddress
entity and save it to the S/4HANA system.productionSupplyAreaAddress
- ProductionSupplyAreaAddress
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProductionSupplyAreaServiceBatchChangeSet updateProductionSupplyAreaAddress(@Nonnull ProductionSupplyAreaAddress productionSupplyAreaAddress)
ProductionSupplyAreaAddress
entity and save it to the S/4HANA system.productionSupplyAreaAddress
- ProductionSupplyAreaAddress
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProductionSupplyAreaServiceBatchChangeSet deleteProductionSupplyAreaAddress(@Nonnull ProductionSupplyAreaAddress productionSupplyAreaAddress)
ProductionSupplyAreaAddress
entity in the S/4HANA system.productionSupplyAreaAddress
- ProductionSupplyAreaAddress
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProductionSupplyAreaServiceBatchChangeSet createProductionSupplyAreaText(@Nonnull ProductionSupplyAreaText productionSupplyAreaText)
ProductionSupplyAreaText
entity and save it to the S/4HANA system.productionSupplyAreaText
- ProductionSupplyAreaText
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProductionSupplyAreaServiceBatchChangeSet updateProductionSupplyAreaText(@Nonnull ProductionSupplyAreaText productionSupplyAreaText)
ProductionSupplyAreaText
entity and save it to the S/4HANA system.productionSupplyAreaText
- ProductionSupplyAreaText
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProductionSupplyAreaServiceBatchChangeSet deleteProductionSupplyAreaText(@Nonnull ProductionSupplyAreaText productionSupplyAreaText)
ProductionSupplyAreaText
entity in the S/4HANA system.productionSupplyAreaText
- ProductionSupplyAreaText
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.