public class DefaultProductionOrderV2ServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<ProductionOrderV2ServiceBatch,ProductionOrderV2ServiceBatchChangeSet> implements ProductionOrderV2ServiceBatchChangeSet
ProductionOrderV2ServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
ProductionOrderV2Service
.Modifier and Type | Method and Description |
---|---|
ProductionOrderV2ServiceBatchChangeSet |
createProductionOrder_2(ProductionOrder_2 productionOrder_2)
Create a new
ProductionOrder_2 entity and save it to the S/4HANA system. |
protected DefaultProductionOrderV2ServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
ProductionOrderV2ServiceBatchChangeSet |
updateProductionOrder_2(ProductionOrder_2 productionOrder_2)
Update an existing
ProductionOrder_2 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 DefaultProductionOrderV2ServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<ProductionOrderV2ServiceBatch,ProductionOrderV2ServiceBatchChangeSet>
@Nonnull public ProductionOrderV2ServiceBatchChangeSet createProductionOrder_2(@Nonnull ProductionOrder_2 productionOrder_2)
ProductionOrder_2
entity and save it to the S/4HANA system.createProductionOrder_2
in interface ProductionOrderV2ServiceBatchChangeSet
productionOrder_2
- ProductionOrder_2
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ProductionOrderV2ServiceBatchChangeSet updateProductionOrder_2(@Nonnull ProductionOrder_2 productionOrder_2)
ProductionOrder_2
entity and save it to the S/4HANA system.updateProductionOrder_2
in interface ProductionOrderV2ServiceBatchChangeSet
productionOrder_2
- ProductionOrder_2
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.