Interface ProductionVolumeCaptureServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<ProductionVolumeCaptureServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProductionVolumeCaptureServiceBatch>
- All Known Implementing Classes:
DefaultProductionVolumeCaptureServiceBatchChangeSet
public interface ProductionVolumeCaptureServiceBatchChangeSet
extends FluentHelperBatchChangeSet<ProductionVolumeCaptureServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<ProductionVolumeCaptureServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
ProductionVolumeCaptureService.-
Method Summary
Modifier and TypeMethodDescriptioncreateProductionVolume(ProductionVolume productionVolume) Create a newProductionVolumeentity 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
-
createProductionVolume
@Nonnull ProductionVolumeCaptureServiceBatchChangeSet createProductionVolume(@Nonnull ProductionVolume productionVolume) Create a newProductionVolumeentity and save it to the S/4HANA system.- Parameters:
productionVolume-ProductionVolumeentity 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.
-