Interface ProductionRoutingServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<ProductionRoutingServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProductionRoutingServiceBatch>
- All Known Implementing Classes:
DefaultProductionRoutingServiceBatchChangeSet
public interface ProductionRoutingServiceBatchChangeSet
extends FluentHelperBatchChangeSet<ProductionRoutingServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<ProductionRoutingServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
ProductionRoutingService.-
Method Summary
Modifier and TypeMethodDescriptioncreateProductionRoutingHeader(ProductionRoutingHeader productionRoutingHeader) Create a newProductionRoutingHeaderentity and save it to the S/4HANA system.createProductionRoutingOpCompAlloc(ProductionRoutingOpCompAlloc productionRoutingOpCompAlloc) Create a newProductionRoutingOpCompAllocentity and save it to the S/4HANA system.createProductionRoutingOperation(ProductionRoutingOperation productionRoutingOperation) Create a newProductionRoutingOperationentity and save it to the S/4HANA system.createProductionRoutingSequence(ProductionRoutingSequence productionRoutingSequence) Create a newProductionRoutingSequenceentity and save it to the S/4HANA system.createProductionRoutingSubOperation(ProductionRoutingSubOperation productionRoutingSubOperation) Create a newProductionRoutingSubOperationentity and save it to the S/4HANA system.updateProductionRoutingHeader(ProductionRoutingHeader productionRoutingHeader) Update an existingProductionRoutingHeaderentity and save it to the S/4HANA system.updateProductionRoutingOpCompAlloc(ProductionRoutingOpCompAlloc productionRoutingOpCompAlloc) Update an existingProductionRoutingOpCompAllocentity and save it to the S/4HANA system.updateProductionRoutingOperation(ProductionRoutingOperation productionRoutingOperation) Update an existingProductionRoutingOperationentity and save it to the S/4HANA system.updateProductionRoutingSequence(ProductionRoutingSequence productionRoutingSequence) Update an existingProductionRoutingSequenceentity and save it to the S/4HANA system.updateProductionRoutingSubOperation(ProductionRoutingSubOperation productionRoutingSubOperation) Update an existingProductionRoutingSubOperationentity 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
-
createProductionRoutingHeader
@Nonnull ProductionRoutingServiceBatchChangeSet createProductionRoutingHeader(@Nonnull ProductionRoutingHeader productionRoutingHeader) Create a newProductionRoutingHeaderentity and save it to the S/4HANA system.- Parameters:
productionRoutingHeader-ProductionRoutingHeaderentity 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.
-
updateProductionRoutingHeader
@Nonnull ProductionRoutingServiceBatchChangeSet updateProductionRoutingHeader(@Nonnull ProductionRoutingHeader productionRoutingHeader) Update an existingProductionRoutingHeaderentity and save it to the S/4HANA system.- Parameters:
productionRoutingHeader-ProductionRoutingHeaderentity 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.
-
createProductionRoutingOpCompAlloc
@Nonnull ProductionRoutingServiceBatchChangeSet createProductionRoutingOpCompAlloc(@Nonnull ProductionRoutingOpCompAlloc productionRoutingOpCompAlloc) Create a newProductionRoutingOpCompAllocentity and save it to the S/4HANA system.- Parameters:
productionRoutingOpCompAlloc-ProductionRoutingOpCompAllocentity 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.
-
updateProductionRoutingOpCompAlloc
@Nonnull ProductionRoutingServiceBatchChangeSet updateProductionRoutingOpCompAlloc(@Nonnull ProductionRoutingOpCompAlloc productionRoutingOpCompAlloc) Update an existingProductionRoutingOpCompAllocentity and save it to the S/4HANA system.- Parameters:
productionRoutingOpCompAlloc-ProductionRoutingOpCompAllocentity 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.
-
createProductionRoutingOperation
@Nonnull ProductionRoutingServiceBatchChangeSet createProductionRoutingOperation(@Nonnull ProductionRoutingOperation productionRoutingOperation) Create a newProductionRoutingOperationentity and save it to the S/4HANA system.- Parameters:
productionRoutingOperation-ProductionRoutingOperationentity 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.
-
updateProductionRoutingOperation
@Nonnull ProductionRoutingServiceBatchChangeSet updateProductionRoutingOperation(@Nonnull ProductionRoutingOperation productionRoutingOperation) Update an existingProductionRoutingOperationentity and save it to the S/4HANA system.- Parameters:
productionRoutingOperation-ProductionRoutingOperationentity 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.
-
createProductionRoutingSequence
@Nonnull ProductionRoutingServiceBatchChangeSet createProductionRoutingSequence(@Nonnull ProductionRoutingSequence productionRoutingSequence) Create a newProductionRoutingSequenceentity and save it to the S/4HANA system.- Parameters:
productionRoutingSequence-ProductionRoutingSequenceentity 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.
-
updateProductionRoutingSequence
@Nonnull ProductionRoutingServiceBatchChangeSet updateProductionRoutingSequence(@Nonnull ProductionRoutingSequence productionRoutingSequence) Update an existingProductionRoutingSequenceentity and save it to the S/4HANA system.- Parameters:
productionRoutingSequence-ProductionRoutingSequenceentity 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.
-
createProductionRoutingSubOperation
@Nonnull ProductionRoutingServiceBatchChangeSet createProductionRoutingSubOperation(@Nonnull ProductionRoutingSubOperation productionRoutingSubOperation) Create a newProductionRoutingSubOperationentity and save it to the S/4HANA system.- Parameters:
productionRoutingSubOperation-ProductionRoutingSubOperationentity 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.
-
updateProductionRoutingSubOperation
@Nonnull ProductionRoutingServiceBatchChangeSet updateProductionRoutingSubOperation(@Nonnull ProductionRoutingSubOperation productionRoutingSubOperation) Update an existingProductionRoutingSubOperationentity and save it to the S/4HANA system.- Parameters:
productionRoutingSubOperation-ProductionRoutingSubOperationentity 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.
-