I_MeterReadingUnit

DDL: I_METERREADINGUNIT SQL: IEMETERRDNGUNIT Type: view BASIC

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)

SourceAliasJoin Type
te422 te422 from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_UtilitiesPortion _UtilitiesPortion $projection.UtilitiesPortion = _UtilitiesPortion.UtilitiesPortion

Annotations (14)

NameValueLevelField
EndUserText.label Meter Reading Unit view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IEMETERRDNGUNIT view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey MeterReadingUnit view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
AbapCatalog.compiler.compareFilter true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY MeterReadingUnit termschl
UtilitiesPortion portion
UtilsMtrRdngIntervalInDays
AuthorizationGroup begru
MeterReadingUnitName
_UtilitiesPortion _UtilitiesPortion
@EndUserText.label: 'Meter Reading Unit'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IEMETERRDNGUNIT'
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'MeterReadingUnit'
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #ANALYTICAL_DIMENSION, #ANALYTICAL_PROVIDER, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE ]
@AbapCatalog.compiler.compareFilter:true
//@AbapCatalog.preserveKey:true

@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION

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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TE422"
],
"ASSOCIATED":
[
"I_UTILITIESPORTION"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/