I_CndnContrProcVarText

DDL: I_CNDNCONTRPROCVARTEXT Type: view BASIC

Condition Contract Proc Variant - Text

I_CndnContrProcVarText is a Basic CDS View that provides data about "Condition Contract Proc Variant - Text" in SAP S/4HANA. It reads from 1 data source (wcb_c_proc_vart) and exposes 5 fields with key fields CndnContrProcVar, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
wcb_c_proc_vart wcb_c_proc_vart from

Associations (2)

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

Annotations (21)

NameValueLevelField
AbapCatalog.sqlViewName IWCBCCPROCVART view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #GENERIC view
AbapCatalog.buffering.numberOfKeyFields 002 view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey CndnContrProcVar view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
Analytics.internalName #LOCAL view
EndUserText.label Condition Contract Proc Variant - Text view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY CndnContrProcVar process_variant
KEY Language spras
CndnContrProcVarDesc text
_CndnContrProcVar _CndnContrProcVar
_Language _Language
@AbapCatalog: {
  sqlViewName: 'IWCBCCPROCVART',
  compiler.compareFilter: true,
  buffering: {
    status: #ACTIVE,
    type: #GENERIC,
    numberOfKeyFields: 002
  },
  preserveKey: true
}
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl: {
  authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
   dataCategory: #TEXT,
   representativeKey: 'CndnContrProcVar',
   modelingPattern:        #LANGUAGE_DEPENDENT_TEXT,
   supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT,
                           #CDS_MODELING_ASSOCIATION_TARGET,
                           #SQL_DATA_SOURCE,
                           #CDS_MODELING_DATA_SOURCE,
                           #SEARCHABLE_ENTITY ],
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #B,
     sizeCategory:   #S
   }
}
@ClientHandling: {
     type: #INHERITED,
     algorithm: #SESSION_VARIABLE
}
@Search.searchable: true
@Analytics: {
    internalName: #LOCAL
}
@EndUserText.label: 'Condition Contract Proc Variant - Text'
@Metadata.ignorePropagatedAnnotations: true

define view I_CndnContrProcVarText
  as select from wcb_c_proc_vart

  association [0..1] to I_CndnContrProcVar as _CndnContrProcVar on $projection.CndnContrProcVar = _CndnContrProcVar.CndnContrProcVar
  association [0..1] to I_Language         as _Language         on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_CndnContrProcVar'
      @ObjectModel.text.element: ['CndnContrProcVarDesc']
  key process_variant as CndnContrProcVar,

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key spras           as Language,

      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      text            as CndnContrProcVarDesc,

      /* Associations */
      _CndnContrProcVar,
      _Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"WCB_C_PROC_VART"
],
"ASSOCIATED":
[
"I_CNDNCONTRPROCVAR",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/