Interface PurchaseRequisitionServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<PurchaseRequisitionServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<PurchaseRequisitionServiceBatch>
- All Known Implementing Classes:
DefaultPurchaseRequisitionServiceBatchChangeSet
public interface PurchaseRequisitionServiceBatchChangeSet
extends FluentHelperBatchChangeSet<PurchaseRequisitionServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<PurchaseRequisitionServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
PurchaseRequisitionService.-
Method Summary
Modifier and TypeMethodDescriptioncreatePurchaseReqnItemText(PurchaseReqnItemText purchaseReqnItemText) Create a newPurchaseReqnItemTextentity and save it to the S/4HANA system.createPurchaseRequisitionHeader(PurchaseRequisitionHeader purchaseRequisitionHeader) Create a newPurchaseRequisitionHeaderentity and save it to the S/4HANA system.createPurchaseRequisitionItem(PurchaseRequisitionItem purchaseRequisitionItem) Create a newPurchaseRequisitionItementity and save it to the S/4HANA system.createPurReqnAcctAssgmt(PurReqnAcctAssgmt purReqnAcctAssgmt) Create a newPurReqnAcctAssgmtentity and save it to the S/4HANA system.deletePurchaseReqnItemText(PurchaseReqnItemText purchaseReqnItemText) Deletes an existingPurchaseReqnItemTextentity in the S/4HANA system.updatePurchaseReqnItemText(PurchaseReqnItemText purchaseReqnItemText) Update an existingPurchaseReqnItemTextentity and save it to the S/4HANA system.updatePurchaseRequisitionHeader(PurchaseRequisitionHeader purchaseRequisitionHeader) Update an existingPurchaseRequisitionHeaderentity and save it to the S/4HANA system.updatePurchaseRequisitionItem(PurchaseRequisitionItem purchaseRequisitionItem) Update an existingPurchaseRequisitionItementity and save it to the S/4HANA system.updatePurReqAddDelivery(PurReqAddDelivery purReqAddDelivery) Update an existingPurReqAddDeliveryentity and save it to the S/4HANA system.updatePurReqnAcctAssgmt(PurReqnAcctAssgmt purReqnAcctAssgmt) Update an existingPurReqnAcctAssgmtentity 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
-
createPurchaseReqnItemText
@Nonnull PurchaseRequisitionServiceBatchChangeSet createPurchaseReqnItemText(@Nonnull PurchaseReqnItemText purchaseReqnItemText) Create a newPurchaseReqnItemTextentity and save it to the S/4HANA system.- Parameters:
purchaseReqnItemText-PurchaseReqnItemTextentity 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.
-
updatePurchaseReqnItemText
@Nonnull PurchaseRequisitionServiceBatchChangeSet updatePurchaseReqnItemText(@Nonnull PurchaseReqnItemText purchaseReqnItemText) Update an existingPurchaseReqnItemTextentity and save it to the S/4HANA system.- Parameters:
purchaseReqnItemText-PurchaseReqnItemTextentity 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.
-
deletePurchaseReqnItemText
@Nonnull PurchaseRequisitionServiceBatchChangeSet deletePurchaseReqnItemText(@Nonnull PurchaseReqnItemText purchaseReqnItemText) Deletes an existingPurchaseReqnItemTextentity in the S/4HANA system.- Parameters:
purchaseReqnItemText-PurchaseReqnItemTextentity object that will be deleted 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.
-
createPurchaseRequisitionHeader
@Nonnull PurchaseRequisitionServiceBatchChangeSet createPurchaseRequisitionHeader(@Nonnull PurchaseRequisitionHeader purchaseRequisitionHeader) Create a newPurchaseRequisitionHeaderentity and save it to the S/4HANA system.- Parameters:
purchaseRequisitionHeader-PurchaseRequisitionHeaderentity 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.
-
updatePurchaseRequisitionHeader
@Nonnull PurchaseRequisitionServiceBatchChangeSet updatePurchaseRequisitionHeader(@Nonnull PurchaseRequisitionHeader purchaseRequisitionHeader) Update an existingPurchaseRequisitionHeaderentity and save it to the S/4HANA system.- Parameters:
purchaseRequisitionHeader-PurchaseRequisitionHeaderentity 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.
-
createPurchaseRequisitionItem
@Nonnull PurchaseRequisitionServiceBatchChangeSet createPurchaseRequisitionItem(@Nonnull PurchaseRequisitionItem purchaseRequisitionItem) Create a newPurchaseRequisitionItementity and save it to the S/4HANA system.- Parameters:
purchaseRequisitionItem-PurchaseRequisitionItementity 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.
-
updatePurchaseRequisitionItem
@Nonnull PurchaseRequisitionServiceBatchChangeSet updatePurchaseRequisitionItem(@Nonnull PurchaseRequisitionItem purchaseRequisitionItem) Update an existingPurchaseRequisitionItementity and save it to the S/4HANA system.- Parameters:
purchaseRequisitionItem-PurchaseRequisitionItementity 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.
-
updatePurReqAddDelivery
@Nonnull PurchaseRequisitionServiceBatchChangeSet updatePurReqAddDelivery(@Nonnull PurReqAddDelivery purReqAddDelivery) Update an existingPurReqAddDeliveryentity and save it to the S/4HANA system.- Parameters:
purReqAddDelivery-PurReqAddDeliveryentity 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.
-
createPurReqnAcctAssgmt
@Nonnull PurchaseRequisitionServiceBatchChangeSet createPurReqnAcctAssgmt(@Nonnull PurReqnAcctAssgmt purReqnAcctAssgmt) Create a newPurReqnAcctAssgmtentity and save it to the S/4HANA system.- Parameters:
purReqnAcctAssgmt-PurReqnAcctAssgmtentity 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.
-
updatePurReqnAcctAssgmt
@Nonnull PurchaseRequisitionServiceBatchChangeSet updatePurReqnAcctAssgmt(@Nonnull PurReqnAcctAssgmt purReqnAcctAssgmt) Update an existingPurReqnAcctAssgmtentity and save it to the S/4HANA system.- Parameters:
purReqnAcctAssgmt-PurReqnAcctAssgmtentity 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.
-