I_PrdtvAcctgNotifMsgAgeText
Pred. Acc. Message Age Text
I_PrdtvAcctgNotifMsgAgeText is a Basic CDS View (Text) that provides data about "Pred. Acc. Message Age Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields PrdtvAcctgNotifMessageAgeCode, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Pred. Acc. Message Age Text | view | |
| AbapCatalog.sqlViewName | IPRMSGTXT | view | |
| Analytics.dataCategory | #TEXT | view | |
| Analytics.dataExtraction.enabled | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | PrdtvAcctgNotifMessageAgeCode | view | |
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PrdtvAcctgNotifMessageAgeCode | |||
| KEY | Language | |||
| PrdtvAcctgNotifMessageAgeName | ||||
| _Language | _Language |
@EndUserText.label: 'Pred. Acc. Message Age Text'
@AbapCatalog.sqlViewName: 'IPRMSGTXT'
@Analytics: { dataCategory: #TEXT, dataExtraction.enabled: true }
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'PrdtvAcctgNotifMessageAgeCode'
@AbapCatalog.buffering.status: #NOT_ALLOWED
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
@Consumption.ranked: true
define view I_PrdtvAcctgNotifMsgAgeText
as select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key cast( domvalue_l as fins_pred_message_age ) as PrdtvAcctgNotifMessageAgeCode,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key cast( ddlanguage as spras preserving type ) as Language,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@Semantics.text: true
cast(ddtext as fis_val_text preserving type ) as PrdtvAcctgNotifMessageAgeName,
_Language
}
where
domname = 'FINS_PRED_MESSAGE_AGE'
and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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