Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouseresource.batch |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWarehouseResourceServiceBatchChangeSet
Implementation of the
WarehouseResourceServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. |
Modifier and Type | Method and Description |
---|---|
WarehouseResourceServiceBatchChangeSet |
DefaultWarehouseResourceServiceBatch.beginChangeSet()
Method to define a new OData batch changeset.
|
WarehouseResourceServiceBatchChangeSet |
WarehouseResourceServiceBatchChangeSet.createWarehouseResource(WarehouseResource warehouseResource)
Create a new
WarehouseResource entity and save it to the S/4HANA system. |
WarehouseResourceServiceBatchChangeSet |
DefaultWarehouseResourceServiceBatchChangeSet.createWarehouseResource(WarehouseResource warehouseResource)
Create a new
WarehouseResource entity and save it to the S/4HANA system. |
WarehouseResourceServiceBatchChangeSet |
WarehouseResourceServiceBatchChangeSet.deleteWarehouseResource(WarehouseResource warehouseResource)
Deletes an existing
WarehouseResource
entity in the S/4HANA system. |
WarehouseResourceServiceBatchChangeSet |
DefaultWarehouseResourceServiceBatchChangeSet.deleteWarehouseResource(WarehouseResource warehouseResource)
Deletes an existing
WarehouseResource
entity in the S/4HANA system. |
Copyright © 2019 SAP SE. All rights reserved.