I_ProdValnPriceControl

DDL: I_PRODVALNPRICECONTROL SQL: IPRDVALNPRCCTRL Type: view BASIC Package: VDM_MD_PRODUCT_DDIC

Prod Valn Price Control

I_ProdValnPriceControl is a Basic CDS View (Dimension) that provides data about "Prod Valn Price Control" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field InventoryValuationProcedure. It has 1 association to related views. Part of development package VDM_MD_PRODUCT_DDIC.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProdValnPriceControlText _Text $projection.InventoryValuationProcedure = _Text.InventoryValuationProcedure

Annotations (20)

NameValueLevelField
AbapCatalog.sqlViewName IPRDVALNPRCCTRL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Prod Valn Price Control view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey InventoryValuationProcedure view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.sapObjectNodeType.name ProductPriceControl view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
Search.searchable true view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Consumption.ranked true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY InventoryValuationProcedure
DomainValue domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IPRDVALNPRCCTRL'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Prod Valn Price Control'
@ObjectModel: {
  usageType : {
    serviceQuality: #A,
    sizeCategory : #S,
    dataClass: #MASTER
    },
  resultSet.sizeCategory: #XS,
  representativeKey: 'InventoryValuationProcedure',
  dataCategory: #VALUE_HELP
}
@ObjectModel.sapObjectNodeType.name:'ProductPriceControl'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@Search.searchable: true
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@Consumption.ranked: true
@ObjectModel.modelingPattern:#ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities:  [  #ANALYTICAL_DIMENSION,
                                        #CDS_MODELING_DATA_SOURCE,
                                        #CDS_MODELING_ASSOCIATION_TARGET,
                                        #SQL_DATA_SOURCE,                                        
                                        #SEARCHABLE_ENTITY ]
@Metadata.ignorePropagatedAnnotations: true
define view I_ProdValnPriceControl
  as select from dd07l
  association [0..*] to I_ProdValnPriceControlText as _Text on $projection.InventoryValuationProcedure = _Text.InventoryValuationProcedure
{
       @ObjectModel.text.association: '_Text'
  key  cast ( domvalue_l as vprsv ) as InventoryValuationProcedure,
       @Search: {
         defaultSearchElement: true,
         fuzzinessThreshold: 0.8,
         ranking: #HIGH
       }
       @Consumption.hidden: true
       domvalue_l                   as DomainValue,
       _Text
}
where
      dd07l.domname  = 'VPRSV'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'