I_Group3AssetEvaluationKey
Group 3 Asset Evaluation Key
I_Group3AssetEvaluationKey is a Basic CDS View (Dimension) that provides data about "Group 3 Asset Evaluation Key" in SAP S/4HANA. It reads from 1 data source (t087) and exposes 3 fields with key field Group3AssetEvaluationKey. It has 2 associations to related views. Part of development package FINS_FIS_AA_MD.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t087 | t087 | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_AssetEvaluationKeyText | _Text | $projection.Group3AssetEvaluationKey = _Text.AssetEvaluationKey and _Text.AssetEvaluationGroup = '3' |
| [0..*] | I_Group3AssetEvaluationKeyText | _Group3AssetEvaluationKeyText | $projection.Group3AssetEvaluationKey = _Group3AssetEvaluationKeyText.Group3AssetEvaluationKey |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFIASSETEVALKEY3 | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| EndUserText.label | Group 3 Asset Evaluation Key | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | Group3AssetEvaluationKey | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Group3AssetEvaluationKey | t087 | ord4x | |
| _Text | _Text | |||
| _Group3AssetEvaluationKeyText | _Group3AssetEvaluationKeyText |
@AbapCatalog: {sqlViewName: 'IFIASSETEVALKEY3', preserveKey: true, compiler.compareFilter:true}
@Analytics: { dataCategory: #DIMENSION }
@EndUserText.label: 'Group 3 Asset Evaluation Key'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { representativeKey: 'Group3AssetEvaluationKey',
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
usageType.dataClass: #CUSTOMIZING,
modelingPattern: #ANALYTICAL_DIMENSION,
supportedCapabilities: [#ANALYTICAL_DIMENSION]
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
define view I_Group3AssetEvaluationKey
as select from t087
association [0..*] to I_AssetEvaluationKeyText as _Text on $projection.Group3AssetEvaluationKey = _Text.AssetEvaluationKey
and _Text.AssetEvaluationGroup = '3'
association [0..*] to I_Group3AssetEvaluationKeyText as _Group3AssetEvaluationKeyText on $projection.Group3AssetEvaluationKey = _Group3AssetEvaluationKeyText.Group3AssetEvaluationKey
{
@ObjectModel.text.association: '_Group3AssetEvaluationKeyText'
key t087.ord4x as Group3AssetEvaluationKey,
@Consumption.hidden
_Text,
_Group3AssetEvaluationKeyText
}
where
t087.ordnr = '3'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA