I_MATLPRCVARCPURGSOURCETYPETXT

CDS View

Material Price Var Doc Category Text

I_MATLPRCVARCPURGSOURCETYPETXT is a CDS View in S/4HANA. Material Price Var Doc Category Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_MaterialPriceVariance view inner CONSUMPTION Material Price Variance
@AbapCatalog.sqlViewName: 'IMMMPVDOCTYTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'PurchasingSourceType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Material Price Var Doc Category Text'
define view I_MatlPrcVarcPurgSourceTypeTxt
 as select from dd07t 
  
  association to parent I_MatlPriceVarcPurgSourceType as _SourceType on
  $projection.PurchasingSourceType = _SourceType.PurchasingSourceType
  
  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.foreignKey.association: '_SourceType'
      @ObjectModel.text.element: ['SourceTypeDesc']
  key  cast( dd07t.domvalue_l as vdm_purchasingsourcetype ) as PurchasingSourceType,

      @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 abap.char(60) ) as SourceTypeDesc,
     _SourceType,
      _Language
} 
where dd07t.domname  = 'NETPRICEDOCTYPE'
 // 'DOCUMENTTYPE'

//'NETPRICEDOCTYPE'

  and dd07t.as4local = 'A'
  and dd07t.as4vers  = '0000'