I_CndnContrSourceDocCatText

DDL: I_CNDNCONTRSOURCEDOCCATTEXT Type: view_entity BASIC Package: WCB_CC_PERS

Condition Contract Source Doc Cat - Text

I_CndnContrSourceDocCatText is a Basic CDS View that provides data about "Condition Contract Source Doc Cat - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields CndnContrSourceDocCat, Language. It has 1 association to related views. Part of development package WCB_CC_PERS.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (15)

NameValueLevelField
EndUserText.label Condition Contract Source Doc Cat - Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey CndnContrSourceDocCat view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Search.searchable true view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
Analytics.technicalName IWCBCCSRCDOCCATT view
Metadata.ignorePropagatedAnnotations true view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY CndnContrSourceDocCat
KEY Language
CndnContrSourceDocCatName
DomainValue dd07t domvalue_l
_CndnContrSourceDocCat _CndnContrSourceDocCat
_Language _Language
@EndUserText.label: 'Condition Contract Source Doc Cat - Text'
@AccessControl: {
  authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
  dataCategory: #TEXT,
  representativeKey: 'CndnContrSourceDocCat',
  modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
  supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT,
                          #CDS_MODELING_ASSOCIATION_TARGET,
                          #SQL_DATA_SOURCE,
                          #SEARCHABLE_ENTITY,
                          #CDS_MODELING_DATA_SOURCE,
                          #EXTRACTION_DATA_SOURCE],
  usageType: {
    dataClass:      #META,
    serviceQuality: #A,
    sizeCategory:   #S
  }
}
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Search.searchable: true
@Analytics: {
  dataExtraction.enabled: true,
  internalName: #LOCAL,
  technicalName: 'IWCBCCSRCDOCCATT'
}
@Metadata: {
  ignorePropagatedAnnotations: true
}

/*+[hideWarning] { "IDS" : [ "KEY_CHECK", "CALCULATED_FIELD_CHECK" ]  } */
define view entity I_CndnContrSourceDocCatText
  as select from dd07t

  association        to parent I_CndnContrSourceDocCat as _CndnContrSourceDocCat on $projection.CndnContrSourceDocCat = _CndnContrSourceDocCat.CndnContrSourceDocCat
  association [0..1] to I_Language                     as _Language              on $projection.Language = _Language.Language

{
      @ObjectModel.foreignKey.association: '_CndnContrSourceDocCat'
      @ObjectModel.text.element: ['CndnContrSourceDocCatName']
  key cast( dd07t.domvalue_l as wcb_ref_cat )                 as CndnContrSourceDocCat,

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type )       as Language,

      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      cast( dd07t.ddtext as wcb_ref_cat_txt preserving type ) as CndnContrSourceDocCatName,
      @Consumption.hidden: true
      dd07t.domvalue_l                                        as DomainValue,

      /* Associations */
      _CndnContrSourceDocCat,
      _Language
}

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