I_HCMPROCESSAPPLICATIONTYPE

CDS View

HCM Process Application Type

I_HCMPROCESSAPPLICATIONTYPE is a CDS View in S/4HANA. HCM Process Application Type. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_HCMProcessApplicationTypeVH view from COMPOSITE HCM Process Application Type
@EndUserText.label: 'HCM Process Application Type'
@AbapCatalog: { sqlViewName: 'IHCMPROCAPPLTYPE',
                compiler.compareFilter: true,
                preserveKey: true }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: {   dataCategory: #DIMENSION,
                internalName: #LOCAL }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { representativeKey: 'HCMProcessApplicationType',
                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 ],
                modelingPattern: #ANALYTICAL_DIMENSION }
@Search.searchable: true
@VDM.viewType: #BASIC

define view I_HCMProcessApplicationType
  as select from dd07l
  association [0..*] to I_HCMProcApplicationTypeText as _Text on $projection.HCMProcessApplicationType = _Text.HCMProcessApplicationType
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement:true
      @Search.fuzzinessThreshold:0.8
      @Search.ranking:#HIGH
  key cast(domvalue_l as asr_application) as HCMProcessApplicationType,
      _Text
}
where
      domname  = 'ASR_APPLICATION'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_HCMPROCAPPLICATIONTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/