I_EntProjectResultAnalysisKey

DDL: I_ENTPROJECTRESULTANALYSISKEY Type: view BASIC

Ent Proj Rslt Anlys Key

I_EntProjectResultAnalysisKey is a Basic CDS View (Dimension) that provides data about "Ent Proj Rslt Anlys Key" in SAP S/4HANA. It reads from 1 data source (tkkaa) and exposes 2 fields with key field ResultAnalysisInternalID. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tkkaa tkkaa from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_EntProjResultAnalysisKeyText _Text $projection.ResultAnalysisInternalID = _Text.ResultAnalysisInternalID

Annotations (16)

NameValueLevelField
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_ALLOWED view
AccessControl.personalData.blocking #NOT_REQUIRED view
AbapCatalog.sqlViewName IEPRSLTANLYK view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey ResultAnalysisInternalID view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
EndUserText.label Ent Proj Rslt Anlys Key view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ResultAnalysisInternalID abgsl Results analysis key
_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_EntProjectResultAnalysisKey.
-- 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_EntProjectResultAnalysisKey AS
SELECT
  abgsl AS ResultAnalysisInternalID
FROM tkkaa
LEFT OUTER JOIN I_EntProjResultAnalysisKeyText AS _Text ON ResultAnalysisInternalID = _Text.ResultAnalysisInternalID  -- association [0..*]
;