Deprecated
This CDS view is deprecated in S/4HANA. View all deprecated CDS views →

P_Ml_Prices_Hdcr_Max

DDL: P_ML_PRICES_HDCR_MAX SQL: PMLPRICESHDCRMAX Type: view COMPOSITE

P_Ml_Prices_Hdcr_Max is a Composite CDS View in SAP S/4HANA. It reads from 3 data sources (marv, marv, marv).

Data Sources (3)

SourceAliasJoin Type
marv marv inner
marv marv inner
marv marv inner

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName PMLPRICESHDCRMAX view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.private true view
VDM.viewType #COMPOSITE view
VDM.lifecycle.status #DEPRECATED view

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 P_Ml_Prices_Hdcr_Max.
-- 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: PMLPRICESHDCRMAX

CREATE VIEW P_Ml_Prices_Hdcr_Max AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN marv ON /* join condition not captured in parsed metadata */
;