P_ChmlCmplncPrfrdMatlForCmpstn

DDL: P_CHMLCMPLNCPRFRDMATLFORCMPSTN Type: view CONSUMPTION Package: EHFND_CNS_CCI

Data of Preferred Material in CCI for Composition

P_ChmlCmplncPrfrdMatlForCmpstn is a Consumption CDS View that provides data about "Data of Preferred Material in CCI for Composition" in SAP S/4HANA. It reads from 1 data source (I_ChmlCompositionTP) and exposes 6 fields. Part of development package EHFND_CNS_CCI.

Data Sources (1)

SourceAliasJoin Type
I_ChmlCompositionTP ChemicalComposition from

Annotations (7)

NameValueLevelField
EndUserText.label Data of Preferred Material in CCI for Composition view
AbapCatalog.sqlViewName PCCPRMATLCMPS view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
VDM.private true view

Fields (6)

KeyFieldSource TableSource FieldDescription
ChmlCmplncInfoUUID
ChmlCompositionUUID
ChmlCompositionType I_ChmlCompositionTP ChmlCompositionType Legal Area
ProdCmplncLegalArea I_ChmlCompositionTP ProdCmplncLegalArea Legal Area
Material
ChmlCmplncInfoCombinedName

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_ChmlCmplncPrfrdMatlForCmpstn.
-- 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 P_ChmlCmplncPrfrdMatlForCmpstn AS
SELECT
  ChemicalComposition.ChmlCompositionType AS ChmlCompositionType,
  ChemicalComposition.ProdCmplncLegalArea AS ProdCmplncLegalArea
FROM I_ChmlCompositionTP AS ChemicalComposition
;