C_ValuationViewTypeText

DDL: C_VALUATIONVIEWTYPETEXT Type: view_entity CONSUMPTION

C_ValuationViewTypeText is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, ValuationViewType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey ValuationViewType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.viewType #CONSUMPTION view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY ValuationViewType
DomainValue dd07t domvalue_l
ValuationViewTypeName
_ValuationType _ValuationType
_Language _Language
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.representativeKey: 'ValuationViewType'
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #LANGUAGE_DEPENDENT_TEXT,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE]
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
define view entity C_ValuationViewTypeText
  as select from dd07t
  association        to parent C_ValuationViewType as _ValuationType on $projection.ValuationViewType = _ValuationType.ValuationViewType
  association [0..1] to I_Language                 as _Language      on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type )                    as Language,
      @ObjectModel.foreignKey.association: '_ValuationType'
      @ObjectModel.text.element: ['ValuationViewTypeName']
  key cast( dd07t.domvalue_l as fml_valuation_view_type )                  as ValuationViewType,
      @Analytics.hidden: true
      @Consumption.hidden: true
      dd07t.domvalue_l                                                     as DomainValue,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      cast( dd07t.ddtext as fml_valuation_view_type_name preserving type ) as ValuationViewTypeName,

      _ValuationType,
      _Language
}

where
      dd07t.domname  = 'FML_MMP_VALUATIONVIEWTYPE'
  and dd07t.as4local = 'A'
  and dd07t.as4vers  = '0000'