UI_HCMEMPLOYEEPUBLICPROFILE
Employee Public Profile
UI_HCMEMPLOYEEPUBLICPROFILE is an OData service definition in SAP S/4HANA. It exposes 6 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (6)
| CDS View | Alias |
|---|---|
| C_HCMColleague | DirectColleagues |
| C_HCMDirectReport | DirectReports |
| C_HCMEmployeeAssignments | EmployeeAssignments |
| C_HCMEmployeePublicProfile | EmployeePublicProfile |
| C_HCMEmployeeQuickView | EmployeeQuickView |
| C_HCMPersonWorkAgreement | PersonWorkAgreement |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_HCMEMPLOYEEPUBLICPROFILE | ODATA | V4 | C1 | NOT_RELEASED | false |
Source
@EndUserText.label: 'Employee Public Profile'
define service UI_HCMEMPLOYEEPUBLICPROFILE {
expose C_HCMEmployeePublicProfile as EmployeePublicProfile;
expose C_HCMEmployeeQuickView as EmployeeQuickView;
expose C_HCMEmployeeAssignments as EmployeeAssignments;
expose C_HCMDirectReport as DirectReports;
expose C_HCMColleague as DirectColleagues;
expose C_HCMPersonWorkAgreement as PersonWorkAgreement;
}