P_MonitorMaterialPriceTblFunc

DDL: P_MONITORMATERIALPRICETBLFUNC Type: view_entity COMPOSITE

Table function

P_MonitorMaterialPriceTblFunc is a Composite CDS View that provides data about "Table function" in SAP S/4HANA. It reads from 1 data source (P_MaterialLedgerPriceTblFunc) and exposes 7 fields with key fields CostEstimate, MaterialPriceType, MaterialPriceSubtype, MaterialPriceValidityStartDate, MaterialPriceValidityEndDate.

Data Sources (1)

SourceAliasJoin Type
P_MaterialLedgerPriceTblFunc P_MaterialLedgerPriceTblFunc from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #COMPOSITE view
VDM.private true view
EndUserText.label Table function view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY CostEstimate CostEstimate
KEY MaterialPriceType MaterialPriceType
KEY MaterialPriceSubtype MaterialPriceSubtype
KEY MaterialPriceValidityStartDate MaterialPriceValidityStartDate
KEY MaterialPriceValidityEndDate MaterialPriceValidityEndDate
KEY CompanyCode CompanyCode
MaterialValuationListText MaterialValuationListText
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType:{
    serviceQuality: #B,
    sizeCategory: #XXL,
    dataClass: #MIXED
}
@VDM: {
  viewType: #COMPOSITE,
  private:true
}
@EndUserText.label: 'Table function'
define view entity P_MonitorMaterialPriceTblFunc
  as select from P_MaterialLedgerPriceTblFunc ( P_SAPClient : $session.client )
{
  key CostEstimate,
  key MaterialPriceType,
  key MaterialPriceSubtype,
  key MaterialPriceValidityStartDate,
  key MaterialPriceValidityEndDate,
  key CompanyCode,
      MaterialValuationListText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/