C_MM_PriceDateCatValueHelp

DDL: C_MM_PRICEDATECATVALUEHELP SQL: CMMPRCCATVH Type: view CONSUMPTION

Price date category

C_MM_PriceDateCatValueHelp is a Consumption CDS View that provides data about "Price date category" in SAP S/4HANA. It reads from 1 data source (I_PricingDateControlTxt) and exposes 2 fields with key field PricingDateControl.

Data Sources (1)

SourceAliasJoin Type
I_PricingDateControlTxt I_PricingDateControlTxt from

Annotations (9)

NameValueLevelField
EndUserText.label Price date category view
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName CMMPRCCATVH view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PricingDateControl PricingDateControl
PricingDateControlText PricingDateControlText
@EndUserText.label: 'Price date category' //same as DDL description

@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #NOT_REQUIRED //or #CHECK

@AbapCatalog.sqlViewName: 'CMMPRCCATVH'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.semanticKey: [ 'PricingDateControl' ]
@ObjectModel.representativeKey: [ 'PricingDateControl' ]
@Search.searchable: true
@ClientHandling.algorithm: #SESSION_VARIABLE
define view C_MM_PriceDateCatValueHelp
  as select from I_PricingDateControlTxt

{
       @ObjectModel.text.element:  [ 'PricingDateControlText' ]
       //@Search: { defaultSearchElement: true, ranking: #HIGH }

  key  PricingDateControl,

       @Semantics.text
       @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
       PricingDateControlText


} 
where Language = $session.system_language