I_AccountingNotificationType
Accounting Notification Type
I_AccountingNotificationType is a Basic CDS View that provides data about "Accounting Notification Type" in SAP S/4HANA. It reads from 1 data source (fane_botype) and exposes 2 fields with key field AccountingNotificationType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| fane_botype | fane_botype | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_SAPObjectTypeText | _Text | $projection.AccountingNotificationType = _Text.SAPObjectType |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Accounting Notification Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Consumption.ranked | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.representativeKey | AccountingNotificationType | view | |
| Analytics.technicalName | IACCNOTIFTYPE | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AccountingNotificationType | fane_botype | bo_type | |
| _Text | _Text |
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Accounting Notification Type'
@Metadata.ignorePropagatedAnnotations: true
@Consumption.ranked:true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.representativeKey: 'AccountingNotificationType'
@Analytics.technicalName:'IACCNOTIFTYPE'
define view entity I_AccountingNotificationType
as select from fane_botype
association [0..*] to I_SAPObjectTypeText as _Text on $projection.AccountingNotificationType = _Text.SAPObjectType
{
@ObjectModel.text.association: '_Text'
key fane_botype.bo_type as AccountingNotificationType,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FANE_BOTYPE"
],
"ASSOCIATED":
[
"I_SAPOBJECTTYPETEXT"
],
"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