A_ChmlComplianceInfoProduct

DDL: A_CHMLCOMPLIANCEINFOPRODUCT Type: view_entity CONSUMPTION

Chml Cmplnc Info Product Assignment

A_ChmlComplianceInfoProduct is a Consumption CDS View that provides data about "Chml Cmplnc Info Product Assignment" in SAP S/4HANA. It reads from 1 data source (R_ChmlCmplncMatlAssgmtTP) and exposes 4 fields with key field ChmlCmplncMatlAssgmtUUID.

Data Sources (1)

SourceAliasJoin Type
R_ChmlCmplncMatlAssgmtTP R_ChmlCmplncMatlAssgmtTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Chml Cmplnc Info Product Assignment view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
OData.entityType.name ChemicalComplianceInfoProduct_Type view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ChmlCmplncMatlAssgmtUUID ChmlCmplncMatlAssgmtUUID Product Assignment
ChmlCmplncInfoUUID ChmlCmplncInfoUUID Chemical Compliance Information PP
Material Material Vehicle Model
MatlAssgmtIsPrimary MatlAssgmtIsPrimary Preferred Name

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 A_ChmlComplianceInfoProduct.
-- 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 A_ChmlComplianceInfoProduct AS
SELECT
  ChmlCmplncMatlAssgmtUUID,
  ChmlCmplncInfoUUID,
  Material,
  MatlAssgmtIsPrimary
FROM R_ChmlCmplncMatlAssgmtTP
;