Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingsource.batch |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPurchasingSourceServiceBatchChangeSet
Implementation of the
PurchasingSourceServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. |
Modifier and Type | Method and Description |
---|---|
PurchasingSourceServiceBatchChangeSet |
DefaultPurchasingSourceServiceBatch.beginChangeSet()
Method to define a new OData batch changeset.
|
PurchasingSourceServiceBatchChangeSet |
DefaultPurchasingSourceServiceBatchChangeSet.createPurchasingSource(PurchasingSource purchasingSource)
Create a new
PurchasingSource entity and save it to the S/4HANA system. |
PurchasingSourceServiceBatchChangeSet |
PurchasingSourceServiceBatchChangeSet.createPurchasingSource(PurchasingSource purchasingSource)
Create a new
PurchasingSource entity and save it to the S/4HANA system. |
PurchasingSourceServiceBatchChangeSet |
DefaultPurchasingSourceServiceBatchChangeSet.deletePurchasingSource(PurchasingSource purchasingSource)
Deletes an existing
PurchasingSource entity in the S/4HANA system. |
PurchasingSourceServiceBatchChangeSet |
PurchasingSourceServiceBatchChangeSet.deletePurchasingSource(PurchasingSource purchasingSource)
Deletes an existing
PurchasingSource entity in the S/4HANA system. |
PurchasingSourceServiceBatchChangeSet |
DefaultPurchasingSourceServiceBatchChangeSet.updatePurchasingSource(PurchasingSource purchasingSource)
Update an existing
PurchasingSource entity and save it to the S/4HANA system. |
PurchasingSourceServiceBatchChangeSet |
PurchasingSourceServiceBatchChangeSet.updatePurchasingSource(PurchasingSource purchasingSource)
Update an existing
PurchasingSource entity and save it to the S/4HANA system. |
Copyright © 2019 SAP SE. All rights reserved.