Interface RealSubstanceServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<RealSubstanceServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<RealSubstanceServiceBatch>
- All Known Implementing Classes:
DefaultRealSubstanceServiceBatchChangeSet
public interface RealSubstanceServiceBatchChangeSet
extends FluentHelperBatchChangeSet<RealSubstanceServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<RealSubstanceServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
RealSubstanceService.-
Method Summary
Modifier and TypeMethodDescriptioncreateProduct(Product product) Create a newProductentity and save it to the S/4HANA system.createProductDescription(ProductDescription productDescription) Create a newProductDescriptionentity and save it to the S/4HANA system.createProductPlant(ProductPlant productPlant) Create a newProductPlantentity and save it to the S/4HANA system.createProductSalesDelivery(ProductSalesDelivery productSalesDelivery) Create a newProductSalesDeliveryentity and save it to the S/4HANA system.createProductStorageLocation(ProductStorageLocation productStorageLocation) Create a newProductStorageLocationentity and save it to the S/4HANA system.createSpecAssignedMatlForKeyDate(SpecAssignedMatlForKeyDate specAssignedMatlForKeyDate) Create a newSpecAssignedMatlForKeyDateentity and save it to the S/4HANA system.deleteProductDescription(ProductDescription productDescription) Deletes an existingProductDescriptionentity in the S/4HANA system.updateProduct(Product product) Update an existingProductentity and save it to the S/4HANA system.updateProductDescription(ProductDescription productDescription) Update an existingProductDescriptionentity and save it to the S/4HANA system.updateProductPlant(ProductPlant productPlant) Update an existingProductPlantentity and save it to the S/4HANA system.updateProductSalesDelivery(ProductSalesDelivery productSalesDelivery) Update an existingProductSalesDeliveryentity and save it to the S/4HANA system.updateProductStorageLocation(ProductStorageLocation productStorageLocation) Update an existingProductStorageLocationentity and save it to the S/4HANA system.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
createProduct
Create a newProductentity and save it to the S/4HANA system.- Parameters:
product-Productentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateProduct
Update an existingProductentity and save it to the S/4HANA system.- Parameters:
product-Productentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createProductDescription
@Nonnull RealSubstanceServiceBatchChangeSet createProductDescription(@Nonnull ProductDescription productDescription) Create a newProductDescriptionentity and save it to the S/4HANA system.- Parameters:
productDescription-ProductDescriptionentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateProductDescription
@Nonnull RealSubstanceServiceBatchChangeSet updateProductDescription(@Nonnull ProductDescription productDescription) Update an existingProductDescriptionentity and save it to the S/4HANA system.- Parameters:
productDescription-ProductDescriptionentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteProductDescription
@Nonnull RealSubstanceServiceBatchChangeSet deleteProductDescription(@Nonnull ProductDescription productDescription) Deletes an existingProductDescriptionentity in the S/4HANA system.- Parameters:
productDescription-ProductDescriptionentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createProductPlant
Create a newProductPlantentity and save it to the S/4HANA system.- Parameters:
productPlant-ProductPlantentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateProductPlant
Update an existingProductPlantentity and save it to the S/4HANA system.- Parameters:
productPlant-ProductPlantentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createProductSalesDelivery
@Nonnull RealSubstanceServiceBatchChangeSet createProductSalesDelivery(@Nonnull ProductSalesDelivery productSalesDelivery) Create a newProductSalesDeliveryentity and save it to the S/4HANA system.- Parameters:
productSalesDelivery-ProductSalesDeliveryentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateProductSalesDelivery
@Nonnull RealSubstanceServiceBatchChangeSet updateProductSalesDelivery(@Nonnull ProductSalesDelivery productSalesDelivery) Update an existingProductSalesDeliveryentity and save it to the S/4HANA system.- Parameters:
productSalesDelivery-ProductSalesDeliveryentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createProductStorageLocation
@Nonnull RealSubstanceServiceBatchChangeSet createProductStorageLocation(@Nonnull ProductStorageLocation productStorageLocation) Create a newProductStorageLocationentity and save it to the S/4HANA system.- Parameters:
productStorageLocation-ProductStorageLocationentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateProductStorageLocation
@Nonnull RealSubstanceServiceBatchChangeSet updateProductStorageLocation(@Nonnull ProductStorageLocation productStorageLocation) Update an existingProductStorageLocationentity and save it to the S/4HANA system.- Parameters:
productStorageLocation-ProductStorageLocationentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createSpecAssignedMatlForKeyDate
@Nonnull RealSubstanceServiceBatchChangeSet createSpecAssignedMatlForKeyDate(@Nonnull SpecAssignedMatlForKeyDate specAssignedMatlForKeyDate) Create a newSpecAssignedMatlForKeyDateentity and save it to the S/4HANA system.- Parameters:
specAssignedMatlForKeyDate-SpecAssignedMatlForKeyDateentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-