C_CmplRqRsltStorStbltyRatgTP

DDL: C_CMPLRQRSLTSTORSTBLTYRATGTP Type: view_entity CONSUMPTION Package: EHSDS_CNS_HANDL_STORAGE

Ratings Storage Stability

C_CmplRqRsltStorStbltyRatgTP is a Consumption CDS View that provides data about "Ratings Storage Stability" in SAP S/4HANA. It reads from 1 data source (R_CmplRqRsltStorStbltyRatgTP) and exposes 6 fields with key field PCPrptyRatingUUID. It is exposed through 2 OData services (ASQL_F7929, UI_EHSDS_HANDL_STORAGE). Part of development package EHSDS_CNS_HANDL_STORAGE.

Data Sources (1)

SourceAliasJoin Type
R_CmplRqRsltStorStbltyRatgTP R_CmplRqRsltStorStbltyRatgTP projection

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Ratings Storage Stability view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F7929 ASQL_F7929 C2 NOT_RELEASED
UI_EHSDS_HANDL_STORAGE UI_EHSDS_HANDL_STORAGE V4 C1 NOT_RELEASED

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY PCPrptyRatingUUID PCPrptyRatingUUID Use of Data ID
PCPrptyRootUUID PCPrptyRootUUID Root object
PCPrptyParentUUID PCPrptyParentUUID Parent Object
PCPrptyParentType PCPrptyParentType Parent object type
PCPrptyRating PCPrptyRating Use of Data
_ProdCmplncRatingText _ProdCmplncRatingText

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_CmplRqRsltStorStbltyRatgTP.
-- 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.

CREATE VIEW C_CmplRqRsltStorStbltyRatgTP AS
SELECT
  PCPrptyRatingUUID,
  PCPrptyRootUUID,
  PCPrptyParentUUID,
  PCPrptyParentType,
  PCPrptyRating
FROM R_CmplRqRsltStorStbltyRatgTP
;