I_UtilsMtrRdngBasePerdCat

DDL: I_UTILSMTRRDNGBASEPERDCAT SQL: IEMTRRDNGBPCAT Type: view BASIC

Meter Reading Base Period Category

I_UtilsMtrRdngBasePerdCat is a Basic CDS View (Dimension) that provides data about "Meter Reading Base Period Category" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field MeterReadingBasePeriodCat. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_UtilsMtrRdngBasePerdCatText _UtilsMtrRdngBasePerdCatText $projection.MeterReadingBasePeriodCat = _UtilsMtrRdngBasePerdCatText.MeterReadingBasePeriodCat

Annotations (13)

NameValueLevelField
EndUserText.label Meter Reading Base Period Category view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
ObjectModel.representativeKey MeterReadingBasePeriodCat view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName IEMTRRDNGBPCAT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass META view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MeterReadingBasePeriodCat
_UtilsMtrRdngBasePerdCatText _UtilsMtrRdngBasePerdCatText
@EndUserText.label: 'Meter Reading Base Period Category'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'MeterReadingBasePeriodCat'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'IEMTRRDNGBPCAT'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: 'META'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter:true
@Metadata.ignorePropagatedAnnotations:true
//@AbapCatalog.preserveKey:true

@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE]
//@Analytics.dataExtraction.enabled: true

@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION

define view I_UtilsMtrRdngBasePerdCat
  as select from dd07l
  association [0..*] to I_UtilsMtrRdngBasePerdCatText as _UtilsMtrRdngBasePerdCatText on $projection.MeterReadingBasePeriodCat = _UtilsMtrRdngBasePerdCatText.MeterReadingBasePeriodCat

{
      @ObjectModel.text.association: '_UtilsMtrRdngBasePerdCatText'
      //key domvalue_l as MeterReadingBasePeriodCat,

  key cast ( cast ( substring( domvalue_l, 1, 1 ) as abap.char( 1 ) ) as bapertyp ) as MeterReadingBasePeriodCat,
      _UtilsMtrRdngBasePerdCatText

}

where
      dd07l.domname  = 'BAPERTYP'
  and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_UTILSMTRRDNGBASEPERDCATTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/