Interface PurchaseOrderServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<PurchaseOrderServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<PurchaseOrderServiceBatch>
- All Known Implementing Classes:
DefaultPurchaseOrderServiceBatchChangeSet
public interface PurchaseOrderServiceBatchChangeSet
extends FluentHelperBatchChangeSet<PurchaseOrderServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<PurchaseOrderServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
PurchaseOrderService.-
Method Summary
Modifier and TypeMethodDescriptioncreatePOSubcontractingComponent(POSubcontractingComponent pOSubcontractingComponent) Create a newPOSubcontractingComponententity and save it to the S/4HANA system.createPurchaseOrder(PurchaseOrder purchaseOrder) Create a newPurchaseOrderentity and save it to the S/4HANA system.createPurchaseOrderItem(PurchaseOrderItem purchaseOrderItem) Create a newPurchaseOrderItementity and save it to the S/4HANA system.createPurchaseOrderItemNote(PurchaseOrderItemNote purchaseOrderItemNote) Create a newPurchaseOrderItemNoteentity and save it to the S/4HANA system.createPurchaseOrderNote(PurchaseOrderNote purchaseOrderNote) Create a newPurchaseOrderNoteentity and save it to the S/4HANA system.createPurchaseOrderScheduleLine(PurchaseOrderScheduleLine purchaseOrderScheduleLine) Create a newPurchaseOrderScheduleLineentity and save it to the S/4HANA system.createPurOrdAccountAssignment(PurOrdAccountAssignment purOrdAccountAssignment) Create a newPurOrdAccountAssignmententity and save it to the S/4HANA system.createPurOrdPricingElement(PurOrdPricingElement purOrdPricingElement) Create a newPurOrdPricingElemententity and save it to the S/4HANA system.deletePOSubcontractingComponent(POSubcontractingComponent pOSubcontractingComponent) Deletes an existingPOSubcontractingComponententity in the S/4HANA system.deletePurchaseOrder(PurchaseOrder purchaseOrder) Deletes an existingPurchaseOrderentity in the S/4HANA system.deletePurchaseOrderItem(PurchaseOrderItem purchaseOrderItem) Deletes an existingPurchaseOrderItementity in the S/4HANA system.deletePurchaseOrderItemNote(PurchaseOrderItemNote purchaseOrderItemNote) Deletes an existingPurchaseOrderItemNoteentity in the S/4HANA system.deletePurchaseOrderNote(PurchaseOrderNote purchaseOrderNote) Deletes an existingPurchaseOrderNoteentity in the S/4HANA system.deletePurchaseOrderScheduleLine(PurchaseOrderScheduleLine purchaseOrderScheduleLine) Deletes an existingPurchaseOrderScheduleLineentity in the S/4HANA system.deletePurOrdAccountAssignment(PurOrdAccountAssignment purOrdAccountAssignment) Deletes an existingPurOrdAccountAssignmententity in the S/4HANA system.deletePurOrdPricingElement(PurOrdPricingElement purOrdPricingElement) Deletes an existingPurOrdPricingElemententity in the S/4HANA system.updatePOSubcontractingComponent(POSubcontractingComponent pOSubcontractingComponent) Update an existingPOSubcontractingComponententity and save it to the S/4HANA system.updatePurchaseOrder(PurchaseOrder purchaseOrder) Update an existingPurchaseOrderentity and save it to the S/4HANA system.updatePurchaseOrderItem(PurchaseOrderItem purchaseOrderItem) Update an existingPurchaseOrderItementity and save it to the S/4HANA system.updatePurchaseOrderItemNote(PurchaseOrderItemNote purchaseOrderItemNote) Update an existingPurchaseOrderItemNoteentity and save it to the S/4HANA system.updatePurchaseOrderNote(PurchaseOrderNote purchaseOrderNote) Update an existingPurchaseOrderNoteentity and save it to the S/4HANA system.updatePurchaseOrderScheduleLine(PurchaseOrderScheduleLine purchaseOrderScheduleLine) Update an existingPurchaseOrderScheduleLineentity and save it to the S/4HANA system.updatePurOrdAccountAssignment(PurOrdAccountAssignment purOrdAccountAssignment) Update an existingPurOrdAccountAssignmententity and save it to the S/4HANA system.updatePurOrdPricingElement(PurOrdPricingElement purOrdPricingElement) Update an existingPurOrdPricingElemententity 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
-
createPOSubcontractingComponent
@Nonnull PurchaseOrderServiceBatchChangeSet createPOSubcontractingComponent(@Nonnull POSubcontractingComponent pOSubcontractingComponent) Create a newPOSubcontractingComponententity and save it to the S/4HANA system.- Parameters:
pOSubcontractingComponent-POSubcontractingComponententity 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.
-
updatePOSubcontractingComponent
@Nonnull PurchaseOrderServiceBatchChangeSet updatePOSubcontractingComponent(@Nonnull POSubcontractingComponent pOSubcontractingComponent) Update an existingPOSubcontractingComponententity and save it to the S/4HANA system.- Parameters:
pOSubcontractingComponent-POSubcontractingComponententity 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.
-
deletePOSubcontractingComponent
@Nonnull PurchaseOrderServiceBatchChangeSet deletePOSubcontractingComponent(@Nonnull POSubcontractingComponent pOSubcontractingComponent) Deletes an existingPOSubcontractingComponententity in the S/4HANA system.- Parameters:
pOSubcontractingComponent-POSubcontractingComponententity 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.
-
createPurchaseOrder
@Nonnull PurchaseOrderServiceBatchChangeSet createPurchaseOrder(@Nonnull PurchaseOrder purchaseOrder) Create a newPurchaseOrderentity and save it to the S/4HANA system.- Parameters:
purchaseOrder-PurchaseOrderentity 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.
-
updatePurchaseOrder
@Nonnull PurchaseOrderServiceBatchChangeSet updatePurchaseOrder(@Nonnull PurchaseOrder purchaseOrder) Update an existingPurchaseOrderentity and save it to the S/4HANA system.- Parameters:
purchaseOrder-PurchaseOrderentity 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.
-
deletePurchaseOrder
@Nonnull PurchaseOrderServiceBatchChangeSet deletePurchaseOrder(@Nonnull PurchaseOrder purchaseOrder) Deletes an existingPurchaseOrderentity in the S/4HANA system.- Parameters:
purchaseOrder-PurchaseOrderentity 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.
-
createPurchaseOrderItem
@Nonnull PurchaseOrderServiceBatchChangeSet createPurchaseOrderItem(@Nonnull PurchaseOrderItem purchaseOrderItem) Create a newPurchaseOrderItementity and save it to the S/4HANA system.- Parameters:
purchaseOrderItem-PurchaseOrderItementity 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.
-
updatePurchaseOrderItem
@Nonnull PurchaseOrderServiceBatchChangeSet updatePurchaseOrderItem(@Nonnull PurchaseOrderItem purchaseOrderItem) Update an existingPurchaseOrderItementity and save it to the S/4HANA system.- Parameters:
purchaseOrderItem-PurchaseOrderItementity 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.
-
deletePurchaseOrderItem
@Nonnull PurchaseOrderServiceBatchChangeSet deletePurchaseOrderItem(@Nonnull PurchaseOrderItem purchaseOrderItem) Deletes an existingPurchaseOrderItementity in the S/4HANA system.- Parameters:
purchaseOrderItem-PurchaseOrderItementity 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.
-
createPurchaseOrderItemNote
@Nonnull PurchaseOrderServiceBatchChangeSet createPurchaseOrderItemNote(@Nonnull PurchaseOrderItemNote purchaseOrderItemNote) Create a newPurchaseOrderItemNoteentity and save it to the S/4HANA system.- Parameters:
purchaseOrderItemNote-PurchaseOrderItemNoteentity 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.
-
updatePurchaseOrderItemNote
@Nonnull PurchaseOrderServiceBatchChangeSet updatePurchaseOrderItemNote(@Nonnull PurchaseOrderItemNote purchaseOrderItemNote) Update an existingPurchaseOrderItemNoteentity and save it to the S/4HANA system.- Parameters:
purchaseOrderItemNote-PurchaseOrderItemNoteentity 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.
-
deletePurchaseOrderItemNote
@Nonnull PurchaseOrderServiceBatchChangeSet deletePurchaseOrderItemNote(@Nonnull PurchaseOrderItemNote purchaseOrderItemNote) Deletes an existingPurchaseOrderItemNoteentity in the S/4HANA system.- Parameters:
purchaseOrderItemNote-PurchaseOrderItemNoteentity 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.
-
createPurchaseOrderNote
@Nonnull PurchaseOrderServiceBatchChangeSet createPurchaseOrderNote(@Nonnull PurchaseOrderNote purchaseOrderNote) Create a newPurchaseOrderNoteentity and save it to the S/4HANA system.- Parameters:
purchaseOrderNote-PurchaseOrderNoteentity 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.
-
updatePurchaseOrderNote
@Nonnull PurchaseOrderServiceBatchChangeSet updatePurchaseOrderNote(@Nonnull PurchaseOrderNote purchaseOrderNote) Update an existingPurchaseOrderNoteentity and save it to the S/4HANA system.- Parameters:
purchaseOrderNote-PurchaseOrderNoteentity 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.
-
deletePurchaseOrderNote
@Nonnull PurchaseOrderServiceBatchChangeSet deletePurchaseOrderNote(@Nonnull PurchaseOrderNote purchaseOrderNote) Deletes an existingPurchaseOrderNoteentity in the S/4HANA system.- Parameters:
purchaseOrderNote-PurchaseOrderNoteentity 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.
-
createPurchaseOrderScheduleLine
@Nonnull PurchaseOrderServiceBatchChangeSet createPurchaseOrderScheduleLine(@Nonnull PurchaseOrderScheduleLine purchaseOrderScheduleLine) Create a newPurchaseOrderScheduleLineentity and save it to the S/4HANA system.- Parameters:
purchaseOrderScheduleLine-PurchaseOrderScheduleLineentity 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.
-
updatePurchaseOrderScheduleLine
@Nonnull PurchaseOrderServiceBatchChangeSet updatePurchaseOrderScheduleLine(@Nonnull PurchaseOrderScheduleLine purchaseOrderScheduleLine) Update an existingPurchaseOrderScheduleLineentity and save it to the S/4HANA system.- Parameters:
purchaseOrderScheduleLine-PurchaseOrderScheduleLineentity 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.
-
deletePurchaseOrderScheduleLine
@Nonnull PurchaseOrderServiceBatchChangeSet deletePurchaseOrderScheduleLine(@Nonnull PurchaseOrderScheduleLine purchaseOrderScheduleLine) Deletes an existingPurchaseOrderScheduleLineentity in the S/4HANA system.- Parameters:
purchaseOrderScheduleLine-PurchaseOrderScheduleLineentity 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.
-
createPurOrdAccountAssignment
@Nonnull PurchaseOrderServiceBatchChangeSet createPurOrdAccountAssignment(@Nonnull PurOrdAccountAssignment purOrdAccountAssignment) Create a newPurOrdAccountAssignmententity and save it to the S/4HANA system.- Parameters:
purOrdAccountAssignment-PurOrdAccountAssignmententity 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.
-
updatePurOrdAccountAssignment
@Nonnull PurchaseOrderServiceBatchChangeSet updatePurOrdAccountAssignment(@Nonnull PurOrdAccountAssignment purOrdAccountAssignment) Update an existingPurOrdAccountAssignmententity and save it to the S/4HANA system.- Parameters:
purOrdAccountAssignment-PurOrdAccountAssignmententity 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.
-
deletePurOrdAccountAssignment
@Nonnull PurchaseOrderServiceBatchChangeSet deletePurOrdAccountAssignment(@Nonnull PurOrdAccountAssignment purOrdAccountAssignment) Deletes an existingPurOrdAccountAssignmententity in the S/4HANA system.- Parameters:
purOrdAccountAssignment-PurOrdAccountAssignmententity 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.
-
createPurOrdPricingElement
@Nonnull PurchaseOrderServiceBatchChangeSet createPurOrdPricingElement(@Nonnull PurOrdPricingElement purOrdPricingElement) Create a newPurOrdPricingElemententity and save it to the S/4HANA system.- Parameters:
purOrdPricingElement-PurOrdPricingElemententity 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.
-
updatePurOrdPricingElement
@Nonnull PurchaseOrderServiceBatchChangeSet updatePurOrdPricingElement(@Nonnull PurOrdPricingElement purOrdPricingElement) Update an existingPurOrdPricingElemententity and save it to the S/4HANA system.- Parameters:
purOrdPricingElement-PurOrdPricingElemententity 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.
-
deletePurOrdPricingElement
@Nonnull PurchaseOrderServiceBatchChangeSet deletePurOrdPricingElement(@Nonnull PurOrdPricingElement purOrdPricingElement) Deletes an existingPurOrdPricingElemententity in the S/4HANA system.- Parameters:
purOrdPricingElement-PurOrdPricingElemententity 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.
-