I_MATLPRICEVARCDOCCATEGORYTEXT
Material Price Variance Doc Category Txt
I_MATLPRICEVARCDOCCATEGORYTEXT is a CDS View in S/4HANA. Material Price Variance Doc Category Txt. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_MaterialPriceVariance | view | inner | CONSUMPTION | Material Price Variance |
| C_MatlPriceDocTypeVH | view | from | CONSUMPTION | Material Price Document Type VH |
@EndUserText.label: 'Material Price Variance Doc Category Txt'
@AbapCatalog.sqlViewName: 'IMPVDOCCAT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'DocumentCategory'
@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
define view I_MatlPriceVarcDocCategoryText
as select from dd07t
association to parent I_MatlPriceVarianceDocCategory as _DocCategory
on $projection.DocumentCategory = _DocCategory.DocumentCategory
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: '_DocCategory'
@ObjectModel.text.element: ['PurchasingDocumentTypeName']
key cast( dd07t.domvalue_l as mm_a_doctype ) as DocumentCategory,
@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 ddtext preserving type ) as PurchasingDocumentTypeName,
dd07t.domname as Name,
_DocCategory,
_Language
}
where dd07t.domname = 'DOCUMENTTYPE'
and dd07t.as4local = 'A'
and dd07t.as4vers = '0000'