public interface WorkforceAvailabilityService
This service enables you to add availability information to the S/4HANA system for customers that are not using SAP SuccessFactors Employee Central.
Reference: SAP API Business Hub
OData Service: | API_MANAGE_WF_AVAILABILITY |
API Version: | 1 |
Communication Scenario: | Employee Integration (SAP_COM_0001), External HR Workforce Integration (SAP_COM_0301) |
Scope Items: | Employee Integration - SAP S/4HANA Enablement (1FD) |
Modifier and Type | Method and Description |
---|---|
TimeOverviewCreateFluentHelper |
createTimeOverview(TimeOverview timeOverview)
Create a new
TimeOverview entity and save it to the S/4HANA system. |
TimeOverviewDeleteFluentHelper |
deleteTimeOverview(TimeOverview timeOverview)
Deletes an existing
TimeOverview entity in the S/4HANA system. |
TimeOverviewFluentHelper |
getAllTimeOverview()
Fetch multiple
TimeOverview entities. |
TimeOverviewByKeyFluentHelper |
getTimeOverviewByKey(String personworkagreementexternalid,
String companycode,
Calendar calendardate)
Fetch a single
TimeOverview entity using key fields. |
TimeOverviewUpdateFluentHelper |
updateTimeOverview(TimeOverview timeOverview)
Update an existing
TimeOverview entity and save it to the S/4HANA system. |
TimeOverviewFluentHelper getAllTimeOverview()
TimeOverview
entities.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.TimeOverviewByKeyFluentHelper getTimeOverviewByKey(String personworkagreementexternalid, String companycode, Calendar calendardate)
TimeOverview
entity using key fields.personworkagreementexternalid
- Work Agreement External IDConstraints: Not nullable, Maximum length: 20
companycode
- The company code is an organizational unit within financial accounting.Constraints: Not nullable, Maximum length: 4
calendardate
- This field contains the date on which the corresponding data record is valid.Constraints: Not nullable, Precision: 7
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.TimeOverviewCreateFluentHelper createTimeOverview(TimeOverview timeOverview)
TimeOverview
entity and save it to the S/4HANA system.timeOverview
- TimeOverview
entity object that will be created in the S/4HANA system.TimeOverview
entity. To perform execution, call the execute
method on the fluent helper object.TimeOverviewUpdateFluentHelper updateTimeOverview(TimeOverview timeOverview)
TimeOverview
entity and save it to the S/4HANA system.timeOverview
- TimeOverview
entity object that will be updated in the S/4HANA system.TimeOverview
entity. To perform execution, call the execute
method on the fluent helper object.TimeOverviewDeleteFluentHelper deleteTimeOverview(TimeOverview timeOverview)
TimeOverview
entity in the S/4HANA system.timeOverview
- TimeOverview
entity object that will be deleted in the S/4HANA system.TimeOverview
entity. To perform execution, call the execute
method on the fluent helper object.Copyright © 2018 SAP SE. All rights reserved.