Interface WorkforceTimesheetServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<WorkforceTimesheetServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<WorkforceTimesheetServiceBatch>
All Known Implementing Classes:
DefaultWorkforceTimesheetServiceBatchChangeSet

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

    • createTimeSheetEntry

      @Nonnull WorkforceTimesheetServiceBatchChangeSet createTimeSheetEntry(@Nonnull TimeSheetEntry timeSheetEntry)
      Create a new TimeSheetEntry entity and save it to the S/4HANA system.
      Parameters:
      timeSheetEntry - TimeSheetEntry 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.