public interface PurchaseContractServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<PurchaseContractServiceBatch>
PurchaseContractService
.Modifier and Type | Method and Description |
---|---|
PurchaseContractServiceBatchChangeSet |
createPurchaseContract(PurchaseContract purchaseContract)
Create a new
PurchaseContract entity and save it to the S/4HANA system. |
PurchaseContractServiceBatchChangeSet |
createPurchaseContractItem(PurchaseContractItem purchaseContractItem)
Create a new
PurchaseContractItem entity and save it to the S/4HANA system. |
PurchaseContractServiceBatchChangeSet |
createPurContrItemCondition(PurContrItemCondition purContrItemCondition)
Create a new
PurContrItemCondition entity and save it to the S/4HANA system. |
PurchaseContractServiceBatchChangeSet |
updatePurContrItemCondition(PurContrItemCondition purContrItemCondition)
Update an existing
PurContrItemCondition entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull PurchaseContractServiceBatchChangeSet createPurchaseContract(@Nonnull PurchaseContract purchaseContract)
PurchaseContract
entity and save it to the S/4HANA system.purchaseContract
- PurchaseContract
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PurchaseContractServiceBatchChangeSet createPurchaseContractItem(@Nonnull PurchaseContractItem purchaseContractItem)
PurchaseContractItem
entity and save it to the S/4HANA system.purchaseContractItem
- PurchaseContractItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PurchaseContractServiceBatchChangeSet createPurContrItemCondition(@Nonnull PurContrItemCondition purContrItemCondition)
PurContrItemCondition
entity and save it to the S/4HANA system.purContrItemCondition
- PurContrItemCondition
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PurchaseContractServiceBatchChangeSet updatePurContrItemCondition(@Nonnull PurContrItemCondition purContrItemCondition)
PurContrItemCondition
entity and save it to the S/4HANA system.purContrItemCondition
- PurContrItemCondition
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.