public interface ProductionOrderServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<ProductionOrderServiceBatch>
ProductionOrderService
.Modifier and Type | Method and Description |
---|---|
ProductionOrderServiceBatchChangeSet |
createProductionOrder(ProductionOrder productionOrder)
Create a new
ProductionOrder entity and save it to the S/4HANA system. |
ProductionOrderServiceBatchChangeSet |
updateProductionOrder(ProductionOrder productionOrder)
Update an existing
ProductionOrder entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull ProductionOrderServiceBatchChangeSet createProductionOrder(@Nonnull ProductionOrder productionOrder)
ProductionOrder
entity and save it to the S/4HANA system.productionOrder
- ProductionOrder
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProductionOrderServiceBatchChangeSet updateProductionOrder(@Nonnull ProductionOrder productionOrder)
ProductionOrder
entity and save it to the S/4HANA system.productionOrder
- ProductionOrder
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.