I_HCMObjectType

DDL: I_HCMOBJECTTYPE Type: view BASIC

HCM Object Type

I_HCMObjectType is a Basic CDS View (Dimension) that provides data about "HCM Object Type" in SAP S/4HANA. It reads from 1 data source (t778o) and exposes 2 fields with key field HCMObjectType. It has 1 association to related views. It is exposed through 3 OData services (UI_HCMAPPROVETIMESHEET, UI_HCMMYTIMESHEET, UI_HCMMYTIMESHEET). It is used in 2 Fiori applications: Approve Timesheets (S/4HANA / Version 4), My Timesheet (S/4HANA / Version 4).

Data Sources (1)

SourceAliasJoin Type
t778o t778o from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_HCMObjectTypeText _Text $projection.HCMObjectType = _Text.HCMObjectType

Annotations (18)

NameValueLevelField
EndUserText.label HCM Object Type view
AbapCatalog.sqlViewName IHCMOBJECTTYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey HCMObjectType view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Search.searchable true view
VDM.viewType #BASIC view

OData Services (3)

ServiceBindingVersionContractRelease
UI_HCMAPPROVETIMESHEET UI_HCMAPPROVETIMESHEET V2 C1 NOT_RELEASED
UI_HCMMYTIMESHEET API_HCMMYTIMESHEET V2 C2 NOT_RELEASED
UI_HCMMYTIMESHEET UI_HCMMYTIMESHEET V2 C1 NOT_RELEASED

Fiori Apps (2)

App IDApp NameTypeDescription
F2585A Approve Timesheets (S/4HANA / Version 4) Analytical With this app, you as a manager can quickly view all pending approvals of your direct reports and approve timesheets using desktop or mobile devices.
F3074A My Timesheet (S/4HANA / Version 4) Transactional You, as an employee, can use this app to manage your time entries quickly and efficiently using a desktop or a mobile device.

Approve Timesheets (S/4HANA / Version 4)

Business Role: Manager - HR Info

With this app, you as a manager can quickly view all pending approvals of your direct reports and approve timesheets using desktop, tablet or mobile devices. This app provides the following key features: Review timesheets for all your employees and view time entry compliance at a glance. View all time entries pending approval or that have already been approved. Filter time entries based on a date range, on specific attributes, or per employee. View designation and contact information of each employee. Approve or reject records by week.

My Timesheet (S/4HANA / Version 4)

Business Role: Employee - HR Info

You, as an employee, can use this app to manage your time entries quickly and efficiently using a desktop or a mobile device. You can use this app to do the following: enter time records for the chosen personnel assignment using form entry or assignments. create or import assignments and manage them. create and manage assignment groups. use horizontal or grid view for time entries. view the calendar for a chosen month on a desktop device, and for a given week on a mobile device. copy and paste time records. access the to-do list. switch between the allowed data entry profiles for a given time entry.

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY HCMObjectType t778o otype
_Text _Text
@EndUserText.label: 'HCM Object Type'
@AbapCatalog: { sqlViewName: 'IHCMOBJECTTYPE',
                compiler.compareFilter: true,
                preserveKey: true,
                buffering.status: #ACTIVE,
                buffering.type: #FULL }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: {   dataCategory: #DIMENSION,
                internalName: #LOCAL }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { representativeKey: 'HCMObjectType',
                usageType.sizeCategory: #S,
                usageType.dataClass:  #CUSTOMIZING,
                usageType.serviceQuality: #A,
                supportedCapabilities: [ #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ],
                modelingPattern: #ANALYTICAL_DIMENSION }
@Search.searchable: true
@VDM.viewType: #BASIC

define view I_HCMObjectType
  as select from t778o
  association [0..*] to I_HCMObjectTypeText as _Text on $projection.HCMObjectType = _Text.HCMObjectType

{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement:true
      @Search.fuzzinessThreshold:0.8
      @Search.ranking:#HIGH
  key t778o.otype as HCMObjectType,
      _Text
}