C_Prccntldtrtexttemp

DDL: C_PRCCNTLDTRTEXTTEMP SQL: CRCCNTLDTRTXT Type: view CONSUMPTION

Price control determination Text

C_Prccntldtrtexttemp is a Consumption CDS View that provides data about "Price control determination Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields PriceDeterminationControl, Language.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CRCCNTLDTRTXT view
ObjectModel.dataCategory #TEXT view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_PriceDeterminationControlTxt view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey PriceDeterminationControl view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Price control determination Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
domname
KEY PriceDeterminationControl
KEY Language dd07t ddlanguage
Name dd07t ddtext
@AbapCatalog.sqlViewName: 'CRCCNTLDTRTXT'
@ObjectModel.dataCategory: #TEXT
@VDM:{
  viewType: #CONSUMPTION,
  lifecycle: {
    status: #DEPRECATED,
    successor: 'I_PriceDeterminationControlTxt'
  }
}
@AccessControl.authorizationCheck:  #NOT_REQUIRED
@ObjectModel.representativeKey: 'PriceDeterminationControl'

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER

@EndUserText.label: 'Price control determination Text'
define view C_Prccntldtrtexttemp
  as select from dd07t
{
       --key dd07t.domname,
  key  cast(dd07t.domvalue_l as pricedeterminationcontrol) as PriceDeterminationControl,
       //    @Search.defaultSearchElement: true

       //    @Search.fuzzinessThreshold: 0.8

       //    @Search.ranking: #HIGH

       @Semantics.language:true
  key  dd07t.ddlanguage                                    as Language,
       //    @Search.defaultSearchElement: true

       //    @Search.fuzzinessThreshold: 0.8

       //    @Search.ranking: #HIGH

       @Semantics.text: true
       dd07t.ddtext                                        as Name
}
where

  domname = 'CK_ML_ABST'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/