I_MtrReaderNoteFllwUpActn
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MtrReaderNoteFllwUpActnText | _Text | $projection.MeterReaderNoteFllwUpActn = _Text.MeterReaderNoteFllwUpActn |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
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