public class DefaultProductionVolumeCaptureServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<ProductionVolumeCaptureServiceBatch,ProductionVolumeCaptureServiceBatchChangeSet> implements ProductionVolumeCaptureServiceBatchChangeSet
ProductionVolumeCaptureServiceBatchChangeSet
interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
ProductionVolumeCaptureService
.Modifier and Type | Method and Description |
---|---|
ProductionVolumeCaptureServiceBatchChangeSet |
createProductionVolume(ProductionVolume productionVolume)
Create a new
ProductionVolume entity and save it to the S/4HANA system. |
protected DefaultProductionVolumeCaptureServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultProductionVolumeCaptureServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<ProductionVolumeCaptureServiceBatch,ProductionVolumeCaptureServiceBatchChangeSet>
@Nonnull public ProductionVolumeCaptureServiceBatchChangeSet createProductionVolume(@Nonnull ProductionVolume productionVolume)
ProductionVolume
entity and save it to the S/4HANA system.createProductionVolume
in interface ProductionVolumeCaptureServiceBatchChangeSet
productionVolume
- ProductionVolume
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2020 SAP SE. All rights reserved.