Interface WorkforceAvailabilityService

All Superinterfaces:
BatchService<WorkforceAvailabilityServiceBatch>
All Known Implementing Classes:
DefaultWorkforceAvailabilityService

@Deprecated public interface WorkforceAvailabilityService extends BatchService<WorkforceAvailabilityServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

This service enables you to create, read, update, and delete the (CRUD) daily availability information into the S/4HANA system from your external HR system when you are not using the SAP SuccessFactors Employee Central system.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_MANAGE_WF_AVAILABILITY
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Employee Integration(SAP_COM_0001), External HR Workforce Integration(SAP_COM_0301), Employee Central via SAP CPI Integration(SAP_COM_0535), Employee Central Integration(SAP_COM_1001)
Scope Items: Core HR with SAP SuccessFactors Employee Central(JB1), Employee Integration - SAP S/4HANA Enablement(1FD), Employee Integration - SAP S/4HANA Enablement(OFD), Financial Master Data for SAP SuccessFactors Employee Central(4AJ)
Authentication Methods: x509
Business Object: Workforce Person
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull WorkforceAvailabilityService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • getAllTimeOverview

      @Nonnull TimeOverviewFluentHelper getAllTimeOverview()
      Deprecated.
      Fetch multiple TimeOverview entities.
      Returns:
      A fluent helper to fetch multiple TimeOverview entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getTimeOverviewByKey

      @Nonnull TimeOverviewByKeyFluentHelper getTimeOverviewByKey(String personworkagreementexternalid, String companycode, LocalDateTime calendardate)
      Deprecated.
      Fetch a single TimeOverview entity using key fields.
      Parameters:
      personworkagreementexternalid - Work Agreement Ext ID

      Constraints: Not nullable, Maximum length: 20

      companycode - Company Code

      Constraints: Not nullable, Maximum length: 4

      calendardate - Calendar Date

      Constraints: Not nullable, Precision: 7

      Returns:
      A fluent helper to fetch a single TimeOverview entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createTimeOverview

      @Nonnull TimeOverviewCreateFluentHelper createTimeOverview(@Nonnull TimeOverview timeOverview)
      Deprecated.
      Create a new TimeOverview entity and save it to the S/4HANA system.
      Parameters:
      timeOverview - TimeOverview entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new TimeOverview entity. To perform execution, call the execute method on the fluent helper object.
    • updateTimeOverview

      @Nonnull TimeOverviewUpdateFluentHelper updateTimeOverview(@Nonnull TimeOverview timeOverview)
      Deprecated.
      Update an existing TimeOverview entity and save it to the S/4HANA system.
      Parameters:
      timeOverview - TimeOverview entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing TimeOverview entity. To perform execution, call the execute method on the fluent helper object.
    • deleteTimeOverview

      @Nonnull TimeOverviewDeleteFluentHelper deleteTimeOverview(@Nonnull TimeOverview timeOverview)
      Deprecated.
      Deletes an existing TimeOverview entity in the S/4HANA system.
      Parameters:
      timeOverview - TimeOverview entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing TimeOverview entity. To perform execution, call the execute method on the fluent helper object.