I_ChmlCmplncReqOriginType

DDL: I_CHMLCMPLNCREQORIGINTYPE Type: view BASIC

Chemical Compliance Request Origin Type

I_ChmlCmplncReqOriginType is a Basic CDS View that provides data about "Chemical Compliance Request Origin Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l ComplianceRequestOriginType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ChmlCmplncReqOrigTypeTxt _Text $projection.ChmlCmplncRequestOriginType = _Text.ChmlCmplncRequestOriginType

Annotations (10)

NameValueLevelField
EndUserText.label Chemical Compliance Request Origin Type view
AbapCatalog.sqlViewName ICCMPLREQORIG view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.representativeKey ChmlCmplncRequestOriginType view

Fields (2)

KeyFieldSource TableSource FieldDescription
domvalue_lasChmlCmplncRequestOriginType
_Text _Text

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_ChmlCmplncReqOriginType.
-- 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 I_ChmlCmplncReqOriginType AS
SELECT *  -- field list not available in parsed metadata
FROM dd07l AS ComplianceRequestOriginType
LEFT OUTER JOIN I_ChmlCmplncReqOrigTypeTxt AS _Text ON ChmlCmplncRequestOriginType = _Text.ChmlCmplncRequestOriginType  -- association [0..*]
;