I_ChmlCompositionStdVH

DDL: I_CHMLCOMPOSITIONSTDVH SQL: ICC__VH Type: view COMPOSITE Package: EHFND_BO_CCI

Chemical Composition

I_ChmlCompositionStdVH is a Composite CDS View that provides data about "Chemical Composition" in SAP S/4HANA. It reads from 1 data source (I_ChmlComposition) and exposes 3 fields with key field ChmlCompositionUUID. Part of development package EHFND_BO_CCI.

Data Sources (1)

SourceAliasJoin Type
I_ChmlComposition I_ChmlComposition from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ICC__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey ChmlCompositionUUID view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #B view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Chemical Composition view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ChmlCompositionUUID ChmlCompositionUUID Chemical Composition
ChmlCmplncInfoUUID ChmlCmplncInfoUUID Chemical Compliance Information PP
_ChmlCmplncInfo _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 I_ChmlCompositionStdVH.
-- 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.
-- SQL view name: ICC__VH

CREATE VIEW I_ChmlCompositionStdVH AS
SELECT
  ChmlCompositionUUID,
  ChmlCmplncInfoUUID
FROM I_ChmlComposition
;