I_PerformanceEfficiencyRatio
Performance Efficiency Ratio
I_PerformanceEfficiencyRatio is a Basic CDS View (Dimension) that provides data about "Performance Efficiency Ratio" in SAP S/4HANA. It reads from 1 data source (tc31) and exposes 2 fields with key field PerformanceEfficiencyRatioCode. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tc31 | tc31 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_PerfEfficiencyRatioText | _Text | $projection.PerformanceEfficiencyRatioCode = _Text.PerformanceEfficiencyRatioCode |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| Analytics.technicalName | IPERFEFFNCYRATIO | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.representativeKey | PerformanceEfficiencyRatioCode | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Performance Efficiency Ratio | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PerformanceEfficiencyRatioCode | id | ||
| Associations_Text |
//@AbapCatalog.sqlViewName: 'IPERFEFFNCYRATIO'
//@AbapCatalog.compiler.compareFilter: true
//@AbapCatalog.preserveKey: true
//@AbapCatalog.buffering: { status: #ACTIVE, type: #GENERIC, numberOfKeyFields: 001 }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@Analytics.technicalName: 'IPERFEFFNCYRATIO'
//@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE]
@ObjectModel.representativeKey: 'PerformanceEfficiencyRatioCode'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Performance Efficiency Ratio'
//define view I_PerformanceEfficiencyRatio
define view entity I_PerformanceEfficiencyRatio
as select from tc31
association [0..*] to I_PerfEfficiencyRatioText as _Text on $projection.PerformanceEfficiencyRatioCode = _Text.PerformanceEfficiencyRatioCode
{
@ObjectModel.text.association: '_Text'
key id as PerformanceEfficiencyRatioCode,
--- Associations ---
_Text
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TC31"
],
"ASSOCIATED":
[
"I_PERFEFFICIENCYRATIOTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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