I_FinanceNotificationType

DDL: I_FINANCENOTIFICATIONTYPE Type: view_entity BASIC Package: FBTI_FIN_NOTIFICATION_BO_TYPE

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)

SourceAliasJoin Type
ffne_botype ffne_botype from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FinanceNotificationTypeText _Text $projection.FinanceNotificationType = _Text.FinanceNotificationType

Annotations (10)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
UI_FIN_MNGACCNOTIF UI_FIN_MNGACCNOTIF V4 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
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
}