Interface ProductionOrderServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<ProductionOrderServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<ProductionOrderServiceBatch>
All Known Implementing Classes:
DefaultProductionOrderServiceBatchChangeSet

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

    • createProductionOrder

      @Nonnull ProductionOrderServiceBatchChangeSet createProductionOrder(@Nonnull ProductionOrder productionOrder)
      Create a new ProductionOrder entity and save it to the S/4HANA system.
      Parameters:
      productionOrder - ProductionOrder 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.
    • updateProductionOrder

      @Nonnull ProductionOrderServiceBatchChangeSet updateProductionOrder(@Nonnull ProductionOrder productionOrder)
      Update an existing ProductionOrder entity and save it to the S/4HANA system.
      Parameters:
      productionOrder - ProductionOrder 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.