P_ChmlSuplrMatlComponentCntr

DDL: P_CHMLSUPLRMATLCOMPONENTCNTR Type: view CONSUMPTION Package: EHFND_CNS_CSM

Number of components of a chemical supplier material

P_ChmlSuplrMatlComponentCntr is a Consumption CDS View that provides data about "Number of components of a chemical supplier material" in SAP S/4HANA. It reads from 1 data source (I_ChmlComponent) and exposes 1 field. Part of development package EHFND_CNS_CSM.

Data Sources (1)

SourceAliasJoin Type
I_ChmlComponent Component from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName PCSMCMPCNT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
VDM.private true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #B view

Fields (1)

KeyFieldSource TableSource FieldDescription
ChmlSuplrMatlUUID

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_ChmlSuplrMatlComponentCntr.
-- 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_ChmlSuplrMatlComponentCntr AS
SELECT *  -- field list not available in parsed metadata
FROM I_ChmlComponent AS Component
;