UI_HCMPROCESS
HCM Process
UI_HCMPROCESS is an OData service definition in SAP S/4HANA. It exposes 20 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (20)
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_HCMPROCESS | ODATA | V2 | C1 | NOT_RELEASED | false |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F6686 | HCM Processes (S/4HANA) | Analytical | Analytical app that allows Manager or Time Administrator to drill down on activities by various dimensions |
Source
@EndUserText.label: 'HCM Process'
define service UI_HCMProcess {
expose C_HCMProcess;
expose C_HCMProcessStep;
expose I_HCMProcessStatusVH;
expose I_HCMProcessName;
expose I_HCMProcessApplicationTypeVH;
expose I_HCMProcessInitiator;
expose C_HCMProcAffcdObjQuickVw;
expose I_HCMProcProcessorRole;
expose I_HCMProcessStepStatus;
expose I_HCMProcStepProcessingStatus;
expose I_HCMPersonnelArea;
expose I_HCMPersonnelSubarea;
expose I_HCMEmployeeGroup;
expose I_HCMEmployeeSubgroup;
expose I_CompanyCode;
expose I_HCMPositionVH;
expose I_HCMProcInitiatorRole;
expose I_HCMProcessAffectedObjectType;
expose I_HCMProcessGroup;
expose I_HCMOrganizationalUnit;
}