public interface RealSubstanceServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<RealSubstanceServiceBatch>
RealSubstanceService
.endChangeSet
@Nonnull RealSubstanceServiceBatchChangeSet createProduct(@Nonnull Product product)
Product
entity and
save it to the S/4HANA system.product
- Product
entity
object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RealSubstanceServiceBatchChangeSet updateProduct(@Nonnull Product product)
Product
entity and save it to the S/4HANA system.product
- Product
entity
object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RealSubstanceServiceBatchChangeSet createProductDescription(@Nonnull ProductDescription productDescription)
ProductDescription
entity and save it to the S/4HANA system.productDescription
- ProductDescription
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RealSubstanceServiceBatchChangeSet updateProductDescription(@Nonnull ProductDescription productDescription)
ProductDescription
entity and save it to the S/4HANA system.productDescription
- ProductDescription
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RealSubstanceServiceBatchChangeSet deleteProductDescription(@Nonnull ProductDescription productDescription)
ProductDescription
entity in the S/4HANA system.productDescription
- ProductDescription
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RealSubstanceServiceBatchChangeSet createProductPlant(@Nonnull ProductPlant productPlant)
ProductPlant
entity and save it to the S/4HANA system.productPlant
- ProductPlant
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RealSubstanceServiceBatchChangeSet updateProductPlant(@Nonnull ProductPlant productPlant)
ProductPlant
entity and save it to the S/4HANA system.productPlant
- ProductPlant
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RealSubstanceServiceBatchChangeSet createProductSalesDelivery(@Nonnull ProductSalesDelivery productSalesDelivery)
ProductSalesDelivery
entity and save it to the S/4HANA system.productSalesDelivery
- ProductSalesDelivery
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RealSubstanceServiceBatchChangeSet updateProductSalesDelivery(@Nonnull ProductSalesDelivery productSalesDelivery)
ProductSalesDelivery
entity and save it to the S/4HANA system.productSalesDelivery
- ProductSalesDelivery
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RealSubstanceServiceBatchChangeSet createProductStorageLocation(@Nonnull ProductStorageLocation productStorageLocation)
ProductStorageLocation
entity and save it to the S/4HANA system.productStorageLocation
- ProductStorageLocation
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RealSubstanceServiceBatchChangeSet updateProductStorageLocation(@Nonnull ProductStorageLocation productStorageLocation)
ProductStorageLocation
entity and save it to the S/4HANA system.productStorageLocation
- ProductStorageLocation
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RealSubstanceServiceBatchChangeSet createSpecAssignedMatlForKeyDate(@Nonnull SpecAssignedMatlForKeyDate specAssignedMatlForKeyDate)
SpecAssignedMatlForKeyDate
entity and save it to the S/4HANA system.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.