I_HCMOBJECTTYPE
HCM Object Type
I_HCMOBJECTTYPE is a CDS View in S/4HANA. HCM Object Type. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_HCMProcessAffectedObjectType | view | from | COMPOSITE | HCM Process Affected Object Type |
@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
}