Interface PurchaseContractServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<PurchaseContractServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<PurchaseContractServiceBatch>
- All Known Implementing Classes:
DefaultPurchaseContractServiceBatchChangeSet
public interface PurchaseContractServiceBatchChangeSet
extends FluentHelperBatchChangeSet<PurchaseContractServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<PurchaseContractServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
PurchaseContractService.-
Method Summary
Modifier and TypeMethodDescriptioncreatePurchaseContract(PurchaseContract purchaseContract) Create a newPurchaseContractentity and save it to the S/4HANA system.createPurchaseContractItem(PurchaseContractItem purchaseContractItem) Create a newPurchaseContractItementity and save it to the S/4HANA system.createPurCtrAccount(PurCtrAccount purCtrAccount) Create a newPurCtrAccountentity and save it to the S/4HANA system.createPurCtrAddress(PurCtrAddress purCtrAddress) Create a newPurCtrAddressentity and save it to the S/4HANA system.createPurCtrPartners(PurCtrPartners purCtrPartners) Create a newPurCtrPartnersentity and save it to the S/4HANA system.updatePurchaseContract(PurchaseContract purchaseContract) Update an existingPurchaseContractentity and save it to the S/4HANA system.updatePurchaseContractItem(PurchaseContractItem purchaseContractItem) Update an existingPurchaseContractItementity and save it to the S/4HANA system.updatePurCtrAccount(PurCtrAccount purCtrAccount) Update an existingPurCtrAccountentity and save it to the S/4HANA system.updatePurCtrAddress(PurCtrAddress purCtrAddress) Update an existingPurCtrAddressentity and save it to the S/4HANA system.updatePurCtrPartners(PurCtrPartners purCtrPartners) Update an existingPurCtrPartnersentity and save it to the S/4HANA system.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
createPurchaseContract
@Nonnull PurchaseContractServiceBatchChangeSet createPurchaseContract(@Nonnull PurchaseContract purchaseContract) Create a newPurchaseContractentity and save it to the S/4HANA system.- Parameters:
purchaseContract-PurchaseContractentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updatePurchaseContract
@Nonnull PurchaseContractServiceBatchChangeSet updatePurchaseContract(@Nonnull PurchaseContract purchaseContract) Update an existingPurchaseContractentity and save it to the S/4HANA system.- Parameters:
purchaseContract-PurchaseContractentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createPurchaseContractItem
@Nonnull PurchaseContractServiceBatchChangeSet createPurchaseContractItem(@Nonnull PurchaseContractItem purchaseContractItem) Create a newPurchaseContractItementity and save it to the S/4HANA system.- Parameters:
purchaseContractItem-PurchaseContractItementity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updatePurchaseContractItem
@Nonnull PurchaseContractServiceBatchChangeSet updatePurchaseContractItem(@Nonnull PurchaseContractItem purchaseContractItem) Update an existingPurchaseContractItementity and save it to the S/4HANA system.- Parameters:
purchaseContractItem-PurchaseContractItementity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createPurCtrAccount
@Nonnull PurchaseContractServiceBatchChangeSet createPurCtrAccount(@Nonnull PurCtrAccount purCtrAccount) Create a newPurCtrAccountentity and save it to the S/4HANA system.- Parameters:
purCtrAccount-PurCtrAccountentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updatePurCtrAccount
@Nonnull PurchaseContractServiceBatchChangeSet updatePurCtrAccount(@Nonnull PurCtrAccount purCtrAccount) Update an existingPurCtrAccountentity and save it to the S/4HANA system.- Parameters:
purCtrAccount-PurCtrAccountentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createPurCtrAddress
@Nonnull PurchaseContractServiceBatchChangeSet createPurCtrAddress(@Nonnull PurCtrAddress purCtrAddress) Create a newPurCtrAddressentity and save it to the S/4HANA system.- Parameters:
purCtrAddress-PurCtrAddressentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updatePurCtrAddress
@Nonnull PurchaseContractServiceBatchChangeSet updatePurCtrAddress(@Nonnull PurCtrAddress purCtrAddress) Update an existingPurCtrAddressentity and save it to the S/4HANA system.- Parameters:
purCtrAddress-PurCtrAddressentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createPurCtrPartners
@Nonnull PurchaseContractServiceBatchChangeSet createPurCtrPartners(@Nonnull PurCtrPartners purCtrPartners) Create a newPurCtrPartnersentity and save it to the S/4HANA system.- Parameters:
purCtrPartners-PurCtrPartnersentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updatePurCtrPartners
@Nonnull PurchaseContractServiceBatchChangeSet updatePurCtrPartners(@Nonnull PurCtrPartners purCtrPartners) Update an existingPurCtrPartnersentity and save it to the S/4HANA system.- Parameters:
purCtrPartners-PurCtrPartnersentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-