I_CndnContrTypeStdVH

DDL: I_CNDNCONTRTYPESTDVH Type: view COMPOSITE

Condition Contract Type

I_CndnContrTypeStdVH is a Composite CDS View that provides data about "Condition Contract Type" in SAP S/4HANA. It reads from 1 data source (I_CndnContrType) and exposes 2 fields with key field CndnContrType.

Data Sources (1)

SourceAliasJoin Type
I_CndnContrType I_CndnContrType from

Annotations (19)

NameValueLevelField
AbapCatalog.sqlViewName IWCBCCTYPE_SVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey CndnContrType view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER 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
Consumption.ranked true view
Analytics.internalName #LOCAL view
EndUserText.label Condition Contract Type view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CndnContrType CndnContrType
_Text _Text
//GENERATED:004:GlBfhyFV7jU}wGRPFRti1G

@AbapCatalog: {
  sqlViewName: 'IWCBCCTYPE_SVH',
  compiler.compareFilter: true,
  preserveKey: true
}
@VDM: {
  viewType: #COMPOSITE,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl: {
  authorizationCheck: #MANDATORY,
  privilegedAssociations: [ '_Text' ],
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
   dataCategory:          #VALUE_HELP,
   representativeKey:     'CndnContrType',
   modelingPattern:       #VALUE_HELP_PROVIDER,
   supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY ],
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #B,
     sizeCategory:   #S
   }
}
@ClientHandling: {
     type: #INHERITED,
     algorithm: #SESSION_VARIABLE
}
@Search.searchable: true
@Consumption.ranked: true
@Analytics: {
    internalName: #LOCAL
}
@EndUserText.label: 'Condition Contract Type'
@Metadata.ignorePropagatedAnnotations: true

define view I_CndnContrTypeStdVH
  as select from I_CndnContrType
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.9
      @Search.ranking: #HIGH
      @UI.textArrangement: #TEXT_FIRST
  key CndnContrType,

      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNDNCONTRTYPE"
],
"ASSOCIATED":
[
"I_CNDNCONTRTYPETEXT"
],
"BASE":
[
"I_CNDNCONTRTYPE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/