I_AccountingNotificationType

DDL: I_ACCOUNTINGNOTIFICATIONTYPE Type: view_entity BASIC Package: FABTI_ACCNTG_NOTIFICATION_EXT

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)

SourceAliasJoin Type
fane_botype fane_botype from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_SAPObjectType_2 _SAPObjectType $projection.AccountingNotificationType = _SAPObjectType.SAPObjectType

Annotations (11)

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

ServiceBindingVersionContractRelease
UI_FIN_MNGACCNOTIF UI_FIN_MNGACCNOTIF V4 C1 NOT_RELEASED

Fields (3)

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