public interface PurchasingSourceServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<PurchasingSourceServiceBatch>
PurchasingSourceService
.Modifier and Type | Method and Description |
---|---|
PurchasingSourceServiceBatchChangeSet |
createPurchasingSource(PurchasingSource purchasingSource)
Create a new
PurchasingSource entity and save it to the S/4HANA system. |
PurchasingSourceServiceBatchChangeSet |
deletePurchasingSource(PurchasingSource purchasingSource)
Deletes an existing
PurchasingSource entity in the S/4HANA system. |
PurchasingSourceServiceBatchChangeSet |
updatePurchasingSource(PurchasingSource purchasingSource)
Update an existing
PurchasingSource entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull PurchasingSourceServiceBatchChangeSet createPurchasingSource(@Nonnull PurchasingSource purchasingSource)
PurchasingSource
entity and save it to the S/4HANA system.purchasingSource
- PurchasingSource
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PurchasingSourceServiceBatchChangeSet updatePurchasingSource(@Nonnull PurchasingSource purchasingSource)
PurchasingSource
entity and save it to the S/4HANA system.purchasingSource
- PurchasingSource
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PurchasingSourceServiceBatchChangeSet deletePurchasingSource(@Nonnull PurchasingSource purchasingSource)
PurchasingSource
entity in the S/4HANA system.purchasingSource
- PurchasingSource
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.