Interface MaintenanceBillOfMaterialServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<MaintenanceBillOfMaterialServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<MaintenanceBillOfMaterialServiceBatch>
All Known Implementing Classes:
DefaultMaintenanceBillOfMaterialServiceBatchChangeSet

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

    • createBOMItem

      @Nonnull MaintenanceBillOfMaterialServiceBatchChangeSet createBOMItem(@Nonnull BOMItem bOMItem)
      Create a new BOMItem entity and save it to the S/4HANA system.
      Parameters:
      bOMItem - BOMItem 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.
    • updateBOMItem

      @Nonnull MaintenanceBillOfMaterialServiceBatchChangeSet updateBOMItem(@Nonnull BOMItem bOMItem)
      Update an existing BOMItem entity and save it to the S/4HANA system.
      Parameters:
      bOMItem - BOMItem 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.
    • deleteBOMItem

      @Nonnull MaintenanceBillOfMaterialServiceBatchChangeSet deleteBOMItem(@Nonnull BOMItem bOMItem)
      Deletes an existing BOMItem entity in the S/4HANA system.
      Parameters:
      bOMItem - BOMItem entity 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 endChangeSet on the returned fluent helper object.
    • createMaintBOMHeader

      @Nonnull MaintenanceBillOfMaterialServiceBatchChangeSet createMaintBOMHeader(@Nonnull MaintBOMHeader maintBOMHeader)
      Create a new MaintBOMHeader entity and save it to the S/4HANA system.
      Parameters:
      maintBOMHeader - MaintBOMHeader 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.
    • updateMaintBOMHeader

      @Nonnull MaintenanceBillOfMaterialServiceBatchChangeSet updateMaintBOMHeader(@Nonnull MaintBOMHeader maintBOMHeader)
      Update an existing MaintBOMHeader entity and save it to the S/4HANA system.
      Parameters:
      maintBOMHeader - MaintBOMHeader 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.
    • deleteMaintBOMHeader

      @Nonnull MaintenanceBillOfMaterialServiceBatchChangeSet deleteMaintBOMHeader(@Nonnull MaintBOMHeader maintBOMHeader)
      Deletes an existing MaintBOMHeader entity in the S/4HANA system.
      Parameters:
      maintBOMHeader - MaintBOMHeader entity 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 endChangeSet on the returned fluent helper object.