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 Pr. Date Cat.
PricingDateControlText PricingDateControlText Short text

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_MM_PriceDateCatValueHelp.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: CMMPRCCATVH

CREATE VIEW C_MM_PriceDateCatValueHelp AS
SELECT
  PricingDateControl,
  PricingDateControlText
FROM I_PricingDateControlTxt
;