UI_HCMACTUALACTIVITIES
HCM Actual Activities
UI_HCMACTUALACTIVITIES is an OData service definition in SAP S/4HANA. It exposes 15 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (15)
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_HCMACTUALACTIVITIES | ODATA | V2 | C1 | NOT_RELEASED | false |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F6687 | Timesheet Analytics - Activities (S/4HANA) | Analytical | Analytical app that allows Manager or Time Administrator to drill down on activities by various dimensions |
Source
@EndUserText.label: 'HCM Actual Activities'
define service UI_HCMActualActivities {
expose C_HCMActualActivities;
expose C_HCMActivityDetails;
expose I_OrgUnit;
expose I_HCMOrganizationalUnit;
expose I_CalendarMonth;
expose C_HCMEmployeeQuickView;
expose I_HCMPersonnelArea;
expose I_HCMPersonnelSubarea;
expose I_HCMEmployeeGroup;
expose I_HCMEmployeeSubgroup;
expose I_LogicalSystem;
expose I_UnitOfMeasureStdVH;
expose I_CurrencyStdVH;
expose I_HCMPositionVH;
expose C_HCMPersonWorkAgreement as PersonWorkAgreement;
}