I_ConcurConfigRefKeyTypeVH

DDL: I_CONCURCONFIGREFKEYTYPEVH Type: view_entity BASIC Package: CTE_FND_IMP

Concur Configuration Reference Key Type

I_ConcurConfigRefKeyTypeVH is a Basic CDS View that provides data about "Concur Configuration Reference Key Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field ConcurConfigRefKeyType. It has 1 association to related views. Part of development package CTE_FND_IMP.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ConcurConfigRefKeyTypeText _Text

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Concur Configuration Reference Key Type view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey ConcurConfigRefKeyType view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ConcurConfigRefKeyType
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Concur Configuration Reference Key Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'ConcurConfigRefKeyType'
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, 
                                     #CDS_MODELING_ASSOCIATION_TARGET, 
                                     #CDS_MODELING_DATA_SOURCE,
                                     #VALUE_HELP_PROVIDER]
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.viewType: #BASIC
define root view entity I_ConcurConfigRefKeyTypeVH
  as select from dd07l
  composition [0..*] of I_ConcurConfigRefKeyTypeText as _Text  
{
  @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as cte_fnd_pt_config_ref_key_type ) as ConcurConfigRefKeyType,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l as DomainValue,
      _Text
} 
where dd07l.domname  = 'CTE_FND_PT_CONFIG_REF_KEY_TYPE'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'