I_HCMPROCESSSTATUS

CDS View

HCM Process Status

I_HCMPROCESSSTATUS is a CDS View in S/4HANA. HCM Process Status. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_HCMProcessStatusVH view from COMPOSITE HCM Process Status
@EndUserText.label: 'HCM Process Status'
@AbapCatalog: { sqlViewName: 'IHCMPROCESSSTS',
                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: 'HCMProcessStatus',
                resultSet.sizeCategory:#XS,
                usageType.sizeCategory: #S,
                usageType.dataClass:  #CUSTOMIZING,
                usageType.serviceQuality: #A,
                supportedCapabilities: [ #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #SEARCHABLE_ENTITY ],
                modelingPattern: #ANALYTICAL_DIMENSION }
@Search.searchable: true
@VDM.viewType: #BASIC

define view I_HCMProcessStatus
  as select from dd07l
  association [0..*] to I_HCMProcessStatusText as _Text on $projection.HCMProcessStatus = _Text.HCMProcessStatus
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement:true
      @Search.fuzzinessThreshold:0.8
      @Search.ranking:#HIGH
  key cast(domvalue_l as asr_process_status) as HCMProcessStatus,
      _Text
}
where
      domname  = 'ASR_PROCESS_STATUS'
  and as4local = 'A'