public interface RawSubstanceServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<RawSubstanceServiceBatch>
RawSubstanceService
.endChangeSet
@Nonnull RawSubstanceServiceBatchChangeSet 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 RawSubstanceServiceBatchChangeSet 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 RawSubstanceServiceBatchChangeSet 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 RawSubstanceServiceBatchChangeSet 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 RawSubstanceServiceBatchChangeSet 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 RawSubstanceServiceBatchChangeSet 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 RawSubstanceServiceBatchChangeSet 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 RawSubstanceServiceBatchChangeSet 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 RawSubstanceServiceBatchChangeSet 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 RawSubstanceServiceBatchChangeSet 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 RawSubstanceServiceBatchChangeSet 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 RawSubstanceServiceBatchChangeSet 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.