I_SecurityPriceType

DDL: I_SECURITYPRICETYPE SQL: ISECPRICET Type: view BASIC Package: FTR_MDM_CORE

Market Data Security Price Type

I_SecurityPriceType is a Basic CDS View (Dimension) that provides data about "Market Data Security Price Type" in SAP S/4HANA. It reads from 1 data source (tw56) and exposes 2 fields with key field PriceQuotationType. It has 1 association to related views. Part of development package FTR_MDM_CORE.

Data Sources (1)

SourceAliasJoin Type
tw56 tw56 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SecurityPriceTypeText _Text $projection.PriceQuotationType = _Text.PriceQuotationType

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName ISECPRICET view
EndUserText.label Market Data Security Price Type view
Analytics.internalName #LOCAL view
VDM.viewType #BASIC view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey PriceQuotationType view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Metadata.ignorePropagatedAnnotations true view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.sapObjectNodeType.name SecurityPriceType view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PriceQuotationType
_Text _Text
@AbapCatalog.sqlViewName: 'ISECPRICET' 
@EndUserText.label: 'Market Data Security Price Type'  
@Analytics.internalName:#LOCAL
@VDM.viewType: #BASIC
@Analytics : {dataCategory: #DIMENSION, dataExtraction.enabled : true}
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE ]
@ObjectModel.modelingPattern: [ #ANALYTICAL_DIMENSION ]
@AccessControl.authorizationCheck: #NOT_REQUIRED 
@ObjectModel.representativeKey: 'PriceQuotationType'
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@Metadata.ignorePropagatedAnnotations:true
@AbapCatalog.compiler.compareFilter:true 
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.sapObjectNodeType.name: 'SecurityPriceType'

define view I_SecurityPriceType 
   as select from tw56

   association [0..*] to I_SecurityPriceTypeText as _Text
      on $projection.PriceQuotationType = _Text.PriceQuotationType
{
@ObjectModel.text.association: '_Text'

key cast ( tw56.skursart as tba_pricetype) as PriceQuotationType,
           _Text

}