I_PurContrConsumptionVH

DDL: I_PURCONTRCONSUMPTIONVH SQL: IMMPCTRCONPCT Type: view BASIC

Purchsae Contract Consumption Percentage

I_PurContrConsumptionVH is a Basic CDS View that provides data about "Purchsae Contract Consumption Percentage" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, PurContractConsumptionInPct2. 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 (15)

NameValueLevelField
AbapCatalog.sqlViewName IMMPCTRCONPCT view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Purchsae Contract Consumption Percentage view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.representativeKey PurContractConsumptionInPct2 view
Search.searchable true view
Consumption.ranked true view
ObjectModel.dataCategory #VALUE_HELP view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY PurContractConsumptionInPct2
DomainValue dd07t domvalue_l
PurContrConsumptionInPctText
_Language _Language
@AbapCatalog.sqlViewName: 'IMMPCTRCONPCT'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Purchsae Contract Consumption Percentage'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.semanticKey:['PurContractConsumptionInPct2']
@ObjectModel.representativeKey: 'PurContractConsumptionInPct2'
@Search.searchable: true
@Consumption.ranked: true
@ObjectModel.dataCategory:#VALUE_HELP
define view I_PurContrConsumptionVH 
as select from dd07t
  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.text.element: ['PurContrConsumptionInPctText']
  key cast(dd07t.domvalue_l  as mm_pur_ctr_consumption_pct )                 as PurContractConsumptionInPct2,   
      @Consumption.hidden: true
      dd07t.domvalue_l                                                       as DomainValue,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @Semantics.text: true
      cast( dd07t.ddtext as val_text preserving type )                       as PurContrConsumptionInPctText,
      _Language
  
}
where
      dd07t.domname  = 'MM_PUR_CTR_CONSUMPTION_PCT'
  and dd07t.as4local = 'A'
  and dd07t.as4vers  = '0000'
  and dd07t.ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/