Interface PurchaseContractV2ServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<PurchaseContractV2ServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<PurchaseContractV2ServiceBatch>
- All Known Implementing Classes:
DefaultPurchaseContractV2ServiceBatchChangeSet
public interface PurchaseContractV2ServiceBatchChangeSet
extends FluentHelperBatchChangeSet<PurchaseContractV2ServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<PurchaseContractV2ServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
PurchaseContractV2Service.-
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.createPurchaseContractItemNotes(PurchaseContractItemNotes purchaseContractItemNotes) Create a newPurchaseContractItemNotesentity and save it to the S/4HANA system.createPurchaseContractNotes(PurchaseContractNotes purchaseContractNotes) Create a newPurchaseContractNotesentity 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.updatePurchaseContractItemNotes(PurchaseContractItemNotes purchaseContractItemNotes) Update an existingPurchaseContractItemNotesentity and save it to the S/4HANA system.updatePurchaseContractNotes(PurchaseContractNotes purchaseContractNotes) Update an existingPurchaseContractNotesentity 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
-
createPurCtrAccount
@Nonnull PurchaseContractV2ServiceBatchChangeSet 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 PurchaseContractV2ServiceBatchChangeSet 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 PurchaseContractV2ServiceBatchChangeSet 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 PurchaseContractV2ServiceBatchChangeSet 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.
-
createPurchaseContractItemNotes
@Nonnull PurchaseContractV2ServiceBatchChangeSet createPurchaseContractItemNotes(@Nonnull PurchaseContractItemNotes purchaseContractItemNotes) Create a newPurchaseContractItemNotesentity and save it to the S/4HANA system.- Parameters:
purchaseContractItemNotes-PurchaseContractItemNotesentity 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.
-
updatePurchaseContractItemNotes
@Nonnull PurchaseContractV2ServiceBatchChangeSet updatePurchaseContractItemNotes(@Nonnull PurchaseContractItemNotes purchaseContractItemNotes) Update an existingPurchaseContractItemNotesentity and save it to the S/4HANA system.- Parameters:
purchaseContractItemNotes-PurchaseContractItemNotesentity 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 PurchaseContractV2ServiceBatchChangeSet 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 PurchaseContractV2ServiceBatchChangeSet 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.
-
createPurchaseContractNotes
@Nonnull PurchaseContractV2ServiceBatchChangeSet createPurchaseContractNotes(@Nonnull PurchaseContractNotes purchaseContractNotes) Create a newPurchaseContractNotesentity and save it to the S/4HANA system.- Parameters:
purchaseContractNotes-PurchaseContractNotesentity 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.
-
updatePurchaseContractNotes
@Nonnull PurchaseContractV2ServiceBatchChangeSet updatePurchaseContractNotes(@Nonnull PurchaseContractNotes purchaseContractNotes) Update an existingPurchaseContractNotesentity and save it to the S/4HANA system.- Parameters:
purchaseContractNotes-PurchaseContractNotesentity 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 PurchaseContractV2ServiceBatchChangeSet 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 PurchaseContractV2ServiceBatchChangeSet 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.
-
createPurchaseContract
@Nonnull PurchaseContractV2ServiceBatchChangeSet 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 PurchaseContractV2ServiceBatchChangeSet 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.
-