I_CndnContrClassfctnTypeText

DDL: I_CNDNCONTRCLASSFCTNTYPETEXT Type: view_entity BASIC Package: WCB_API_A2A_CONFIG_VDM

Cndn Contr Classification Type - Text

I_CndnContrClassfctnTypeText is a Basic CDS View that provides data about "Cndn Contr Classification Type - Text" in SAP S/4HANA. It reads from 1 data source (twcbcategoryt) and exposes 5 fields with key fields Language, CndnContrClassfctnType. It has 1 association to related views. Part of development package WCB_API_A2A_CONFIG_VDM.

Data Sources (1)

SourceAliasJoin Type
twcbcategoryt twcbcategoryt from

Associations (1)

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

Annotations (16)

NameValueLevelField
EndUserText.label Cndn Contr Classification Type - Text view
AbapCatalog.entityBuffer.definitionAllowed true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey CndnContrClassfctnType view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.usageType.dataClass #CUSTOMIZING 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 ICCCLASSFCTNTT view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language spras
KEY CndnContrClassfctnType category
CndnContrClassfctnTypeDesc text
_CndnContrClassfctnType _CndnContrClassfctnType
_Language _Language
@EndUserText.label: 'Cndn Contr Classification Type - Text'
@AbapCatalog.entityBuffer.definitionAllowed: true
@AccessControl: {
  authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
  dataCategory: #TEXT,
  representativeKey: 'CndnContrClassfctnType',
  modelingPattern:        #LANGUAGE_DEPENDENT_TEXT,
  supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT,
                          #CDS_MODELING_ASSOCIATION_TARGET,
                          #SQL_DATA_SOURCE,
                          #CDS_MODELING_DATA_SOURCE,
                          #EXTRACTION_DATA_SOURCE],
  usageType: {
    dataClass:      #CUSTOMIZING,
    serviceQuality: #A,
    sizeCategory:   #S
  }
}
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Search.searchable: true
@Analytics: {
  dataExtraction.enabled: true,
  internalName: #LOCAL,
  technicalName: 'ICCCLASSFCTNTT'
}
@Metadata: {
  ignorePropagatedAnnotations: true
}

define view entity I_CndnContrClassfctnTypeText
  as select from twcbcategoryt

  association        to parent I_CndnContrClassfctnType as _CndnContrClassfctnType on $projection.CndnContrClassfctnType = _CndnContrClassfctnType.CndnContrClassfctnType
  association [0..1] to I_Language                      as _Language               on $projection.Language = _Language.Language

{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key spras    as Language,
      @ObjectModel.foreignKey.association: '_CndnContrClassfctnType'
  key category as CndnContrClassfctnType,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      text     as CndnContrClassfctnTypeDesc,

      /* Associations */
      _CndnContrClassfctnType,
      _Language
}