I_MaterialWthPurInfoRecdTxt

DDL: I_MATERIALWTHPURINFORECDTXT SQL: IMATLWITHPIRTXT Type: view BASIC

Materials With Purchase Info Record Text

I_MaterialWthPurInfoRecdTxt is a Basic CDS View that provides data about "Materials With Purchase Info Record Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields PurchaseInfoRecordIsCreated, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[1..1] I_MaterialWthPurInfoRecd _MaterialWthPurInfoRecd $projection.PurchaseInfoRecordIsCreated = _MaterialWthPurInfoRecd.PurchaseInfoRecordIsCreated

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IMATLWITHPIRTXT view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Materials With Purchase Info Record Text view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.dataCategory #TEXT view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey PurchaseInfoRecordIsCreated view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY PurchaseInfoRecordIsCreated
KEY Language ddlanguage
QltyInfoRecdBlkStsTxt ddtext
_MaterialWthPurInfoRecd _MaterialWthPurInfoRecd
_Language _Language
@AbapCatalog.sqlViewName: 'IMATLWITHPIRTXT'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Materials With Purchase Info Record Text'

@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API

@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: {
    dataClass: #META,
    sizeCategory: #S,
   serviceQuality: #A
}
@ObjectModel.dataCategory: #TEXT

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'PurchaseInfoRecordIsCreated'
define view I_MaterialWthPurInfoRecdTxt
  as select from dd07t

  association [0..1] to I_Language               as _Language               on $projection.Language = _Language.Language
  association [1..1] to I_MaterialWthPurInfoRecd as _MaterialWthPurInfoRecd on $projection.PurchaseInfoRecordIsCreated = _MaterialWthPurInfoRecd.PurchaseInfoRecordIsCreated
{
      
  key cast ( substring( domvalue_l, 1, 1 ) as vdm_qeinf preserving type )                     as PurchaseInfoRecordIsCreated,
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                                                                              as Language,
      @Semantics.text: true
      ddtext                                                                                  as QltyInfoRecdBlkStsTxt,

      /* Associations */
      _MaterialWthPurInfoRecd,
      _Language
}

where
      domname  = 'VDM_QM_MATL_PIR'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_MATERIALWTHPURINFORECD"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/