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