R_SubstanceBasedCompositionTP

DDL: R_SUBSTANCEBASEDCOMPOSITIONTP Type: view_entity TRANSACTIONAL

Substance Based Composition - TP

R_SubstanceBasedCompositionTP is a Transactional CDS View that provides data about "Substance Based Composition - TP" in SAP S/4HANA. It reads from 1 data source (I_ChmlComposition) and exposes 16 fields. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_ChmlComposition I_ChmlComposition from

Associations (1)

CardinalityTargetAliasCondition
[0..*] R_SubstanceBasedComponentTP _Component

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Substance Based Composition - TP view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.sapObjectNodeType.name SubstanceBasedComposition view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (16)

KeyFieldSource TableSource FieldDescription
UUIDofcompositionkeyChmlCompositionUUID
ChangedbyuserLastChangedByUser
ChmlSuplrMatlUUID ChmlSuplrMatlUUID Supplier Raw Material
SubstanceUUID SubstanceUUID Substance
LegalAreaProdCmplncLegalArea
ReleaseStatusChmlCompositionStatus
ValidtoDateValidityEndDateTime
PolymerCompositionName PolymerCompositionName Name
_Component _Component
_ChmlCmplncInfo _ChmlCmplncInfo
_Substance _Substance
_CompositionStatus _CompositionStatus
_CompositionType _CompositionType
_CreatedByUser _CreatedByUser
_LastChangedByUser _LastChangedByUser
_ChmlCmplncProdCatztnPhrs _ChmlCmplncProdCatztnPhrs

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_SubstanceBasedCompositionTP.
-- 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_SubstanceBasedCompositionTP AS
SELECT
  ChmlSuplrMatlUUID,
  SubstanceUUID,
  PolymerCompositionName
FROM I_ChmlComposition
LEFT OUTER JOIN R_SubstanceBasedComponentTP AS _Component ON /* condition not available in parsed metadata */  -- association [0..*]
;