I_PRICINGDATECONTROL

CDS View

Control of Pricing Date

I_PRICINGDATECONTROL is a CDS View in S/4HANA. Control of Pricing Date. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_PricingDateControlDP view_entity from CONSUMPTION Pricing Date Control
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.sqlViewName: 'IMMPRCDATCNTRL'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #META
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #SEARCHABLE_ENTITY, #ANALYTICAL_DIMENSION, #EXTRACTION_DATA_SOURCE ]
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@Analytics.dataCategory:#DIMENSION
@Analytics.dataExtraction.enabled:true
@ObjectModel.sapObjectNodeType.name: 'PricingDateControl'
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.representativeKey: 'PricingDateControl'
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Control of Pricing Date'
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION

define root view I_PricingDateControl
  as select from dd07l
  composition [0..*] of I_PricingDateControlTxt as _Text
{

      @ObjectModel.text.association: '_Text'
  key cast( substring( domvalue_l, 1, 1 ) as meprf ) as PricingDateControl,

      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      dd07l.domvalue_l                               as DomainValue,

      _Text
}
where
      domname       = 'MEPRF'
  and as4local      = 'A'
  and dd07l.as4vers = '0000'