Interface InboundDeliveryServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<InboundDeliveryServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<InboundDeliveryServiceBatch>
All Known Implementing Classes:
DefaultInboundDeliveryServiceBatchChangeSet

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

    • updateInbDeliveryDocFlow

      @Nonnull InboundDeliveryServiceBatchChangeSet updateInbDeliveryDocFlow(@Nonnull InbDeliveryDocFlow inbDeliveryDocFlow)
      Update an existing InbDeliveryDocFlow entity and save it to the S/4HANA system.
      Parameters:
      inbDeliveryDocFlow - InbDeliveryDocFlow 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.
    • createInbDeliveryHeader

      @Nonnull InboundDeliveryServiceBatchChangeSet createInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
      Create a new InbDeliveryHeader entity and save it to the S/4HANA system.
      Parameters:
      inbDeliveryHeader - InbDeliveryHeader 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.
    • updateInbDeliveryHeader

      @Nonnull InboundDeliveryServiceBatchChangeSet updateInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
      Update an existing InbDeliveryHeader entity and save it to the S/4HANA system.
      Parameters:
      inbDeliveryHeader - InbDeliveryHeader 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.
    • deleteInbDeliveryHeader

      @Nonnull InboundDeliveryServiceBatchChangeSet deleteInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
      Deletes an existing InbDeliveryHeader entity in the S/4HANA system.
      Parameters:
      inbDeliveryHeader - InbDeliveryHeader 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.
    • updateInbDeliveryItem

      @Nonnull InboundDeliveryServiceBatchChangeSet updateInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem)
      Update an existing InbDeliveryItem entity and save it to the S/4HANA system.
      Parameters:
      inbDeliveryItem - InbDeliveryItem 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.
    • deleteInbDeliveryItem

      @Nonnull InboundDeliveryServiceBatchChangeSet deleteInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem)
      Deletes an existing InbDeliveryItem entity in the S/4HANA system.
      Parameters:
      inbDeliveryItem - InbDeliveryItem 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.