I_AcctgNotifRefDocumentTypeVH

DDL: I_ACCTGNOTIFREFDOCUMENTTYPEVH Type: view_entity COMPOSITE

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.

Data Sources (1)

SourceAliasJoin Type
I_AcctgNotifRefDocumentType I_AcctgNotifRefDocumentType from

Annotations (13)

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

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ReferenceDocumentType 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'
define view entity I_AcctgNotifRefDocumentTypeVH
  as select from I_AcctgNotifRefDocumentType
{
      @ObjectModel.text.element: ['ReferenceDocumentTypeName']
  key ReferenceDocumentType,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @Semantics.text: true
      _ReferenceDocumentTypeText[1:Language = $session.system_language].ReferenceDocumentTypeName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACCTGNOTIFREFDOCUMENTTYPE",
"I_REFERENCEDOCUMENTTYPETEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/