I_MtrReaderNoteFllwUpActn

DDL: I_MTRREADERNOTEFLLWUPACTN SQL: IEMTRRNFUPACNT Type: view BASIC

Meter Reader Note FollowUp Action

I_MtrReaderNoteFllwUpActn is a Basic CDS View (Dimension) that provides data about "Meter Reader Note FollowUp Action" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field MeterReaderNoteFllwUpActn. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MtrReaderNoteFllwUpActnText _Text $projection.MeterReaderNoteFllwUpActn = _Text.MeterReaderNoteFllwUpActn

Annotations (16)

NameValueLevelField
EndUserText.label Meter Reader Note FollowUp Action view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IEMTRRNFUPACNT view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey MeterReaderNoteFllwUpActn view
ObjectModel.sapObjectNodeType.name UtilsMtrRdrNoteFollowUpAction view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MeterReaderNoteFllwUpActn
_Text _Text
@EndUserText.label: 'Meter Reader Note FollowUp Action'
@Analytics: { dataCategory: #DIMENSION,
              internalName:#LOCAL,
              dataExtraction: { enabled: true } }
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IEMTRRNFUPACNT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter:true
//@AbapCatalog.preserveKey:true

@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { usageType: { dataClass: #META,
                             serviceQuality: #A,
                             sizeCategory: #L },
                supportedCapabilities: [ #SQL_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE ],
                modelingPattern: #ANALYTICAL_DIMENSION,
                representativeKey: 'MeterReaderNoteFllwUpActn',
                sapObjectNodeType: { name: 'UtilsMtrRdrNoteFollowUpAction' }
}

define view I_MtrReaderNoteFllwUpActn
  as select from dd07l
  association [0..*] to I_MtrReaderNoteFllwUpActnText as _Text on $projection.MeterReaderNoteFllwUpActn = _Text.MeterReaderNoteFllwUpActn
{
      @ObjectModel.text.association: '_Text'
  key cast ( cast ( substring( domvalue_l, 1, 2 ) as abap.char( 2 ) ) as stablhw ) as MeterReaderNoteFllwUpActn,

      /* Associations */
      _Text
}
where
      dd07l.domname  = 'STABLHW'
  and dd07l.as4local = 'A'