I_REValuationClassification

DDL: I_REVALUATIONCLASSIFICATION SQL: IREVALCLS Type: view_entity BASIC Package: VDM_RE_CE

Real Estate Valuation Classification

I_REValuationClassification is a Basic CDS View (Dimension) that provides data about "Real Estate Valuation Classification" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field REValuationClassification. It has 1 association to related views. Part of development package VDM_RE_CE.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_REValuationClassificationTxt _Text

Annotations (16)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Real Estate Valuation Classification view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.dataExtraction.enabled true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey REValuationClassification view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.sapObjectNodeType.name REValuationClassification view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY REValuationClassification
DomainValue dd07l domvalue_l
_Text _Text
//@AbapCatalog.sqlViewName: 'IREVALCLS'

@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Real Estate Valuation Classification'
@Analytics: {
  dataCategory: #DIMENSION,
  internalName: #LOCAL,
  dataExtraction.enabled: true
}
@ObjectModel: {
  dataCategory: #VALUE_HELP,
  representativeKey: 'REValuationClassification',
  resultSet.sizeCategory: #XS,
  usageType: {
    serviceQuality: #A,
    dataClass: #META,
    sizeCategory: #S
  },
  modelingPattern: #ANALYTICAL_DIMENSION,
  supportedCapabilities: [
    #ANALYTICAL_DIMENSION,
    #CDS_MODELING_DATA_SOURCE,
    #CDS_MODELING_ASSOCIATION_TARGET,
    #SQL_DATA_SOURCE,
    #EXTRACTION_DATA_SOURCE,
    #VALUE_HELP_PROVIDER,
    #SEARCHABLE_ENTITY
  ],
  sapObjectNodeType.name: 'REValuationClassification'
}
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
define root view entity I_REValuationClassification as select from dd07l 
  composition [0..*] of I_REValuationClassificationTxt as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as rececesltype ) as REValuationClassification,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l as DomainValue,
      
      _Text
} 
where dd07l.domname  = 'RECECESLTYPE'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'