Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.batch |
Modifier and Type | Class and Description |
---|---|
class |
DefaultProductionOrderServiceBatchChangeSet
Implementation of the
ProductionOrderServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. |
Modifier and Type | Method and Description |
---|---|
ProductionOrderServiceBatchChangeSet |
DefaultProductionOrderServiceBatch.beginChangeSet()
Method to define a new OData batch changeset.
|
ProductionOrderServiceBatchChangeSet |
DefaultProductionOrderServiceBatchChangeSet.createProductionOrder(ProductionOrder productionOrder)
Create a new
ProductionOrder entity and save it to the S/4HANA system. |
ProductionOrderServiceBatchChangeSet |
ProductionOrderServiceBatchChangeSet.createProductionOrder(ProductionOrder productionOrder)
Create a new
ProductionOrder entity and save it to the S/4HANA system. |
ProductionOrderServiceBatchChangeSet |
DefaultProductionOrderServiceBatchChangeSet.updateProductionOrder(ProductionOrder productionOrder)
Update an existing
ProductionOrder entity and save it to the S/4HANA system. |
ProductionOrderServiceBatchChangeSet |
ProductionOrderServiceBatchChangeSet.updateProductionOrder(ProductionOrder productionOrder)
Update an existing
ProductionOrder entity and save it to the S/4HANA system. |
Copyright © 2019 SAP SE. All rights reserved.