Interface ProductionOrderV2ServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<ProductionOrderV2ServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProductionOrderV2ServiceBatch>
- All Known Implementing Classes:
DefaultProductionOrderV2ServiceBatchChangeSet
public interface ProductionOrderV2ServiceBatchChangeSet
extends FluentHelperBatchChangeSet<ProductionOrderV2ServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<ProductionOrderV2ServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
ProductionOrderV2Service.-
Method Summary
Modifier and TypeMethodDescriptioncreateProductionOrder_2(ProductionOrder_2 productionOrder_2) Create a newProductionOrder_2entity and save it to the S/4HANA system.updateProductionOrder_2(ProductionOrder_2 productionOrder_2) Update an existingProductionOrder_2entity and save it to the S/4HANA system.updateProductionOrderComponent_3(ProductionOrderComponent_3 productionOrderComponent_3) Update an existingProductionOrderComponent_3entity and save it to the S/4HANA system.updateProductionOrderComponent_4(ProductionOrderComponent_4 productionOrderComponent_4) Update an existingProductionOrderComponent_4entity 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
-
updateProductionOrderComponent_3
@Nonnull ProductionOrderV2ServiceBatchChangeSet updateProductionOrderComponent_3(@Nonnull ProductionOrderComponent_3 productionOrderComponent_3) Update an existingProductionOrderComponent_3entity and save it to the S/4HANA system.- Parameters:
productionOrderComponent_3-ProductionOrderComponent_3entity 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.
-
updateProductionOrderComponent_4
@Nonnull ProductionOrderV2ServiceBatchChangeSet updateProductionOrderComponent_4(@Nonnull ProductionOrderComponent_4 productionOrderComponent_4) Update an existingProductionOrderComponent_4entity and save it to the S/4HANA system.- Parameters:
productionOrderComponent_4-ProductionOrderComponent_4entity 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.
-
createProductionOrder_2
@Nonnull ProductionOrderV2ServiceBatchChangeSet createProductionOrder_2(@Nonnull ProductionOrder_2 productionOrder_2) Create a newProductionOrder_2entity and save it to the S/4HANA system.- Parameters:
productionOrder_2-ProductionOrder_2entity 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.
-
updateProductionOrder_2
@Nonnull ProductionOrderV2ServiceBatchChangeSet updateProductionOrder_2(@Nonnull ProductionOrder_2 productionOrder_2) Update an existingProductionOrder_2entity and save it to the S/4HANA system.- Parameters:
productionOrder_2-ProductionOrder_2entity 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.
-