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 3 fields with key field AccountingNotificationType. It has 1 association to related views. It is exposed through 1 OData service (UI_FIN_MNGACCNOTIF). Part of development package FABTI_ACCNTG_NOTIFICATION_EXT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| fane_botype | fane_botype | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_SAPObjectType_2 | _SAPObjectType | $projection.AccountingNotificationType = _SAPObjectType.SAPObjectType |
Annotations (11)
| 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 | |
| Search.searchable | 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 |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_FIN_MNGACCNOTIF | UI_FIN_MNGACCNOTIF | V4 | C1 | NOT_RELEASED |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AccountingNotificationType | fane_botype | bo_type | |
| SAPObjectTypeInUppercase | _SAPObjectType | SAPObjectTypeInUppercase | ||
| _Text | _SAPObjectType | _Text |
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Accounting Notification Type'
@Metadata.ignorePropagatedAnnotations: true
@Consumption.ranked:true
@Search.searchable: 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..1] to I_SAPObjectType_2 as _SAPObjectType on $projection.AccountingNotificationType = _SAPObjectType.SAPObjectType
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement:true
@Search.fuzzinessThreshold:0.8
@Search.ranking:#HIGH
key fane_botype.bo_type as AccountingNotificationType,
@UI.hidden: true
_SAPObjectType.SAPObjectTypeInUppercase,
_SAPObjectType._Text as _Text
}
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