I_PricingDateControl

DDL: I_PRICINGDATECONTROL SQL: IMMPRCDATCNTRL Type: view BASIC

Control of Pricing Date

I_PricingDateControl is a Basic CDS View (Dimension) that provides data about "Control of Pricing Date" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field PricingDateControl. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PricingDateControlTxt _Text

Annotations (16)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName IMMPRCDATCNTRL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.representativeKey PricingDateControl view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Control of Pricing Date view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PricingDateControl
DomainValue dd07l domvalue_l
_Text _Text
@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
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.representativeKey: 'PricingDateControl' 
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Control of Pricing Date'

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' 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PRICINGDATECONTROLTXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/