C_ChmlCompositionComponentVH

DDL: C_CHMLCOMPOSITIONCOMPONENTVH Type: view CONSUMPTION

Composition Component

C_ChmlCompositionComponentVH is a Consumption CDS View that provides data about "Composition Component" in SAP S/4HANA. It reads from 1 data source (I_ChmlComponent) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
I_ChmlComponent Component from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CCCMPCOMPVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #MANDATORY view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Composition Component view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey SubstanceUUID view
VDM.viewType #CONSUMPTION view

Fields (1)

KeyFieldSource TableSource FieldDescription
_ChmlCmplncInfo

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