UI_HCMEMPLOYEEPUBLICPROFILE

OData Service Package: ODATA_H4S4_PUBLIC_PROFILE

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 ViewAlias
C_HCMColleague DirectColleagues
C_HCMDirectReport DirectReports
C_HCMEmployeeAssignments EmployeeAssignments
C_HCMEmployeePublicProfile EmployeePublicProfile
C_HCMEmployeeQuickView EmployeeQuickView
C_HCMPersonWorkAgreement PersonWorkAgreement

Service Bindings (1)

BindingTypeVersionContractReleasePublished
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;
}