I_AcctgNotifRefDocumentTypeVH

DDL: I_ACCTGNOTIFREFDOCUMENTTYPEVH Type: view_entity COMPOSITE Package: FABTI_ACCNTG_NOTIFICATION_EXT

Acctg Notif Ref Document Type

I_AcctgNotifRefDocumentTypeVH is a Composite CDS View that provides data about "Acctg Notif Ref Document Type" in SAP S/4HANA. It reads from 1 data source (I_AcctgNotifRefDocumentType) and exposes 2 fields with key field ReferenceDocumentType. It is exposed through 1 OData service (UI_FIN_MNGACCNOTIF). Part of development package FABTI_ACCNTG_NOTIFICATION_EXT.

Data Sources (1)

SourceAliasJoin Type
I_AcctgNotifRefDocumentType I_AcctgNotifRefDocumentType from

Annotations (14)

NameValueLevelField
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey ReferenceDocumentType view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Acctg Notif Ref Document Type view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view
Analytics.technicalName IAcctgNotifTypRefDocTypVH view
UI.textArrangement #TEXT_LAST view

OData Services (1)

ServiceBindingVersionContractRelease
UI_FIN_MNGACCNOTIF UI_FIN_MNGACCNOTIF V4 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ReferenceDocumentType
ReferenceDocumentTypeName
@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'ReferenceDocumentType'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Acctg Notif Ref Document Type'
@Metadata.ignorePropagatedAnnotations: true

@Search.searchable: true
@Consumption.ranked: true
@Analytics.technicalName: 'IAcctgNotifTypRefDocTypVH'
@UI.textArrangement: #TEXT_LAST
define view entity I_AcctgNotifRefDocumentTypeVH
  as select from I_AcctgNotifRefDocumentType
{
      @ObjectModel.text.element: ['ReferenceDocumentTypeName']
  key  cast ( ReferenceDocumentType as fan_awtyp preserving type ) as ReferenceDocumentType,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @Semantics.text: true
      _ReferenceDocumentTypeText[1:Language = $session.system_language].ReferenceDocumentTypeName
}