public interface WarehouseResourceServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<WarehouseResourceServiceBatch>
WarehouseResourceService
.Modifier and Type | Method and Description |
---|---|
WarehouseResourceServiceBatchChangeSet |
createWarehouseResource(WarehouseResource warehouseResource)
Create a new
WarehouseResource entity and save it to the S/4HANA system. |
WarehouseResourceServiceBatchChangeSet |
deleteWarehouseResource(WarehouseResource warehouseResource)
Deletes an existing
WarehouseResource
entity in the S/4HANA system. |
endChangeSet
@Nonnull WarehouseResourceServiceBatchChangeSet createWarehouseResource(@Nonnull WarehouseResource warehouseResource)
WarehouseResource
entity and save it to the S/4HANA system.warehouseResource
- WarehouseResource
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull WarehouseResourceServiceBatchChangeSet deleteWarehouseResource(@Nonnull WarehouseResource warehouseResource)
WarehouseResource
entity in the S/4HANA system.warehouseResource
- WarehouseResource
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.