I_AcctgNotifProcessingStatusVH

DDL: I_ACCTGNOTIFPROCESSINGSTATUSVH Type: view_entity COMPOSITE

Notif Processing Status

I_AcctgNotifProcessingStatusVH is a Composite CDS View that provides data about "Notif Processing Status" in SAP S/4HANA. It reads from 1 data source (I_AcctgNotifProcessingStatus) and exposes 2 fields with key field AcctgNotifProcessingStatus. It is exposed through 1 OData service (UI_FIN_MNGACCNOTIF).

Data Sources (1)

SourceAliasJoin Type
I_AcctgNotifProcessingStatus I_AcctgNotifProcessingStatus from

Annotations (13)

NameValueLevelField
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey AcctgNotifProcessingStatus view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Notif Processing Status view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view
Analytics.technicalName IAcctgNotifProcgStatusVH view

OData Services (1)

ServiceBindingVersionContractRelease
UI_FIN_MNGACCNOTIF UI_FIN_MNGACCNOTIF V4 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AcctgNotifProcessingStatus AcctgNotifProcessingStatus
AcctgNotifProcessingStatusName
@VDM.viewType: #COMPOSITE  

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'AcctgNotifProcessingStatus'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Notif Processing Status'
@Metadata.ignorePropagatedAnnotations: true

@Search.searchable: true
@Consumption.ranked:true 

@Analytics.technicalName: 'IAcctgNotifProcgStatusVH'
define view entity I_AcctgNotifProcessingStatusVH
  as select from I_AcctgNotifProcessingStatus
{
      @ObjectModel.text.element: ['AcctgNotifProcessingStatusName'] 
  key AcctgNotifProcessingStatus,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH           
      @Semantics.text: true
      _Text[1:Language = $session.system_language].AcctgNotifProcessingStatusName
}