I_MeterReadingUnit
Meter Reading Unit
I_MeterReadingUnit is a Basic CDS View (Dimension) that provides data about "Meter Reading Unit" in SAP S/4HANA. It reads from 1 data source (te422) and exposes 6 fields with key field MeterReadingUnit. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| te422 | te422 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_UtilitiesPortion | _UtilitiesPortion | $projection.UtilitiesPortion = _UtilitiesPortion.UtilitiesPortion |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Meter Reading Unit | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.dataExtraction.delta.changeDataCapture.automatic | true | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | IEMETERRDNGUNIT | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.representativeKey | MeterReadingUnit | view | |
| ObjectModel.sapObjectNodeType.name | UtilsMeterReadingUnit | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MeterReadingUnit | termschl | ||
| UtilitiesPortion | portion | |||
| UtilsMtrRdngIntervalInDays | ||||
| AuthorizationGroup | begru | |||
| MeterReadingUnitName | ||||
| _UtilitiesPortion | _UtilitiesPortion |
@EndUserText.label: 'Meter Reading Unit'
@Analytics: { dataCategory: #DIMENSION,
internalName:#LOCAL,
dataExtraction: { enabled: true,
delta: { changeDataCapture: { automatic: true }
}
}
}
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IEMETERRDNGUNIT'
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations:true
@AbapCatalog.compiler.compareFilter:true
@ObjectModel: { usageType: { dataClass: #CUSTOMIZING,
serviceQuality: #B,
sizeCategory: #L },
supportedCapabilities: [ #SQL_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE, #ANALYTICAL_PROVIDER ],
modelingPattern: #ANALYTICAL_DIMENSION,
representativeKey: 'MeterReadingUnit',
sapObjectNodeType: { name: 'UtilsMeterReadingUnit' }
}
define view I_MeterReadingUnit
as select from te422
association [0..1] to I_UtilitiesPortion as _UtilitiesPortion on $projection.UtilitiesPortion = _UtilitiesPortion.UtilitiesPortion
{
@ObjectModel.text.element: [ 'MeterReadingUnitName' ]
key termschl as MeterReadingUnit,
@ObjectModel.foreignKey.association: '_UtilitiesPortion'
portion as UtilitiesPortion,
cast(ablkar as e_ablkar_vdm preserving type ) as UtilsMtrRdngIntervalInDays,
begru as AuthorizationGroup,
@Semantics.text: true
cast(termtext as e_ableinheit_name_vdm preserving type) as MeterReadingUnitName,
/* Associations */
_UtilitiesPortion
}
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