R_SubstanceBasedComponentTP

DDL: R_SUBSTANCEBASEDCOMPONENTTP Type: view_entity TRANSACTIONAL Package: EHFND_RAP_CMPS_SUBSTANCE_BASED

Substance Bsd Composition Component - TP

R_SubstanceBasedComponentTP is a Transactional CDS View that provides data about "Substance Bsd Composition Component - TP" in SAP S/4HANA. It reads from 1 data source (I_ChmlComponent) and exposes 27 fields. It has 1 association to related views. Part of development package EHFND_RAP_CMPS_SUBSTANCE_BASED.

Data Sources (1)

SourceAliasJoin Type
I_ChmlComponent Component from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Substance _Substance $projection.SubstanceUUID = _Substance.SubstanceUUID

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Substance Bsd Composition Component - TP view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #C view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (27)

KeyFieldSource TableSource FieldDescription
ChmlCompUUID
ChmlCmplncInfoUUID
HostSubstanceUUID
ChmlCompositionUUID
SubstanceUUID
ChmlCompType I_ChmlComponent ChmlCompType Role in Composition
ChmlCompQty
ChmlCompQtyAsText
ChmlCompQtyUnit
ChmlCompOperatorLowerLimit
ChmlCompQtyLowerLimit
ChmlCompQtyLowerLimitAsText
ChmlCompOperatorUpperLimit
ChmlCompQtyUpperLimit
ChmlCompQtyUpperLimitAsText
ChmlCompIsRemoved
PolymerCompositionIntIDRef
PCTrdScrtIdentityIsMasked
_Composition _Composition
_ChmlCmplncInfo _ChmlCmplncInfo
_HostSubstance _HostSubstance
_Substance _Substance
_PolymerComposition _PolymerComposition
_ComponentType _ComponentType
_UnitOfMeasure _UnitOfMeasure
_OperatorLowerLimit _OperatorLowerLimit
_OperatorUpperLimit _OperatorUpperLimit

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 R_SubstanceBasedComponentTP.
-- 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 R_SubstanceBasedComponentTP AS
SELECT
  Component.ChmlCompType AS ChmlCompType
FROM I_ChmlComponent AS Component
LEFT OUTER JOIN I_Substance AS _Substance ON SubstanceUUID = _Substance.SubstanceUUID  -- association [0..1]
;