Interface PurchaseContractServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<PurchaseContractServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<PurchaseContractServiceBatch>
All Known Implementing Classes:
DefaultPurchaseContractServiceBatchChangeSet

This interface enables you to combine multiple operations into one change set. For further information have a look into the PurchaseContractService.
  • Method Details

    • createPurchaseContract

      @Nonnull PurchaseContractServiceBatchChangeSet createPurchaseContract(@Nonnull PurchaseContract purchaseContract)
      Create a new PurchaseContract entity and save it to the S/4HANA system.
      Parameters:
      purchaseContract - PurchaseContract entity 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 endChangeSet on the returned fluent helper object.
    • updatePurchaseContract

      @Nonnull PurchaseContractServiceBatchChangeSet updatePurchaseContract(@Nonnull PurchaseContract purchaseContract)
      Update an existing PurchaseContract entity and save it to the S/4HANA system.
      Parameters:
      purchaseContract - PurchaseContract entity 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 endChangeSet on the returned fluent helper object.
    • createPurchaseContractItem

      @Nonnull PurchaseContractServiceBatchChangeSet createPurchaseContractItem(@Nonnull PurchaseContractItem purchaseContractItem)
      Create a new PurchaseContractItem entity and save it to the S/4HANA system.
      Parameters:
      purchaseContractItem - PurchaseContractItem entity 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 endChangeSet on the returned fluent helper object.
    • updatePurchaseContractItem

      @Nonnull PurchaseContractServiceBatchChangeSet updatePurchaseContractItem(@Nonnull PurchaseContractItem purchaseContractItem)
      Update an existing PurchaseContractItem entity and save it to the S/4HANA system.
      Parameters:
      purchaseContractItem - PurchaseContractItem entity 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 endChangeSet on the returned fluent helper object.
    • createPurCtrAccount

      @Nonnull PurchaseContractServiceBatchChangeSet createPurCtrAccount(@Nonnull PurCtrAccount purCtrAccount)
      Create a new PurCtrAccount entity and save it to the S/4HANA system.
      Parameters:
      purCtrAccount - PurCtrAccount entity 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 endChangeSet on the returned fluent helper object.
    • updatePurCtrAccount

      @Nonnull PurchaseContractServiceBatchChangeSet updatePurCtrAccount(@Nonnull PurCtrAccount purCtrAccount)
      Update an existing PurCtrAccount entity and save it to the S/4HANA system.
      Parameters:
      purCtrAccount - PurCtrAccount entity 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 endChangeSet on the returned fluent helper object.
    • createPurCtrAddress

      @Nonnull PurchaseContractServiceBatchChangeSet createPurCtrAddress(@Nonnull PurCtrAddress purCtrAddress)
      Create a new PurCtrAddress entity and save it to the S/4HANA system.
      Parameters:
      purCtrAddress - PurCtrAddress entity 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 endChangeSet on the returned fluent helper object.
    • updatePurCtrAddress

      @Nonnull PurchaseContractServiceBatchChangeSet updatePurCtrAddress(@Nonnull PurCtrAddress purCtrAddress)
      Update an existing PurCtrAddress entity and save it to the S/4HANA system.
      Parameters:
      purCtrAddress - PurCtrAddress entity 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 endChangeSet on the returned fluent helper object.
    • createPurCtrPartners

      @Nonnull PurchaseContractServiceBatchChangeSet createPurCtrPartners(@Nonnull PurCtrPartners purCtrPartners)
      Create a new PurCtrPartners entity and save it to the S/4HANA system.
      Parameters:
      purCtrPartners - PurCtrPartners entity 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 endChangeSet on the returned fluent helper object.
    • updatePurCtrPartners

      @Nonnull PurchaseContractServiceBatchChangeSet updatePurCtrPartners(@Nonnull PurCtrPartners purCtrPartners)
      Update an existing PurCtrPartners entity and save it to the S/4HANA system.
      Parameters:
      purCtrPartners - PurCtrPartners entity 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 endChangeSet on the returned fluent helper object.