public class DefaultSalesOrderSimulateServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<SalesOrderSimulateServiceBatch,SalesOrderSimulateServiceBatchChangeSet> implements SalesOrderSimulateServiceBatchChangeSet
SalesOrderSimulateServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
SalesOrderSimulateService
.Modifier and Type | Method and Description |
---|---|
SalesOrderSimulateServiceBatchChangeSet |
createSalesOrderSimulation(SalesOrderSimulation salesOrderSimulation)
Create a new
SalesOrderSimulation entity and save it to the S/4HANA system. |
protected DefaultSalesOrderSimulateServiceBatchChangeSet |
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 DefaultSalesOrderSimulateServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<SalesOrderSimulateServiceBatch,SalesOrderSimulateServiceBatchChangeSet>
@Nonnull public SalesOrderSimulateServiceBatchChangeSet createSalesOrderSimulation(@Nonnull SalesOrderSimulation salesOrderSimulation)
SalesOrderSimulation
entity and save it to the S/4HANA system.createSalesOrderSimulation
in interface SalesOrderSimulateServiceBatchChangeSet
salesOrderSimulation
- SalesOrderSimulation
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.