Interface BillOfMaterialsServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<BillOfMaterialsServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<BillOfMaterialsServiceBatch>
All Known Implementing Classes:
DefaultBillOfMaterialsServiceBatchChangeSet

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

    • createBillOfMaterial

      @Nonnull BillOfMaterialsServiceBatchChangeSet createBillOfMaterial(@Nonnull BillOfMaterial billOfMaterial)
      Create a new BillOfMaterial entity and save it to the S/4HANA system.
      Parameters:
      billOfMaterial - BillOfMaterial 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.
    • updateBillOfMaterial

      @Nonnull BillOfMaterialsServiceBatchChangeSet updateBillOfMaterial(@Nonnull BillOfMaterial billOfMaterial)
      Update an existing BillOfMaterial entity and save it to the S/4HANA system.
      Parameters:
      billOfMaterial - BillOfMaterial 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.
    • createBillOfMaterialItem

      @Nonnull BillOfMaterialsServiceBatchChangeSet createBillOfMaterialItem(@Nonnull BillOfMaterialItem billOfMaterialItem)
      Create a new BillOfMaterialItem entity and save it to the S/4HANA system.
      Parameters:
      billOfMaterialItem - BillOfMaterialItem 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.
    • updateBillOfMaterialItem

      @Nonnull BillOfMaterialsServiceBatchChangeSet updateBillOfMaterialItem(@Nonnull BillOfMaterialItem billOfMaterialItem)
      Update an existing BillOfMaterialItem entity and save it to the S/4HANA system.
      Parameters:
      billOfMaterialItem - BillOfMaterialItem 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.