C_CmplRqRsltSutblMatlRatgTP

DDL: C_CMPLRQRSLTSUTBLMATLRATGTP Type: view_entity CONSUMPTION Package: EHSDS_CNS_HANDL_STORAGE

Ratings Suitable Packaging Material

C_CmplRqRsltSutblMatlRatgTP is a Consumption CDS View that provides data about "Ratings Suitable Packaging Material" in SAP S/4HANA. It reads from 1 data source (R_CmplRqRsltSutblMatlRatgTP) 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_CmplRqRsltSutblMatlRatgTP R_CmplRqRsltSutblMatlRatgTP projection

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Ratings Suitable Packaging Material 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_CmplRqRsltSutblMatlRatgTP.
-- 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_CmplRqRsltSutblMatlRatgTP AS
SELECT
  PCPrptyRatingUUID,
  PCPrptyRootUUID,
  PCPrptyParentUUID,
  PCPrptyParentType,
  PCPrptyRating
FROM R_CmplRqRsltSutblMatlRatgTP
;