I_FinanceNotificationType
Finance Notification Type
I_FinanceNotificationType is a Basic CDS View that provides data about "Finance Notification Type" in SAP S/4HANA. It reads from 1 data source (ffne_botype) and exposes 2 fields with key field FinanceNotificationType. It has 1 association to related views. It is exposed through 1 OData service (UI_FIN_MNGACCNOTIF). Part of development package FBTI_FIN_NOTIFICATION_BO_TYPE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ffne_botype | ffne_botype | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_FinanceNotificationTypeText | _Text | $projection.FinanceNotificationType = _Text.FinanceNotificationType |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Finance Notification Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| ObjectModel.representativeKey | FinanceNotificationType | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_FIN_MNGACCNOTIF | UI_FIN_MNGACCNOTIF | V4 | C1 | NOT_RELEASED |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FinanceNotificationType | bo_type | ||
| _Text | _Text |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Finance Notification Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
@ObjectModel.dataCategory: #VALUE_HELP
@VDM.viewType:#BASIC
@Search.searchable: true
@ObjectModel.representativeKey: 'FinanceNotificationType'
define view entity I_FinanceNotificationType
as select from ffne_botype
association [0..*] to I_FinanceNotificationTypeText as _Text on $projection.FinanceNotificationType = _Text.FinanceNotificationType
{
@Search:{ defaultSearchElement: true,
ranking:#HIGH,
fuzzinessThreshold:0.8 }
@ObjectModel.text.association: '_Text'
key bo_type as FinanceNotificationType,
@ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
_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