I_AccountingDocumentTypeStdVH

DDL: I_ACCOUNTINGDOCUMENTTYPESTDVH SQL: IFIADT__VH Type: view COMPOSITE

Journal Entry Type

I_AccountingDocumentTypeStdVH is a Composite CDS View that provides data about "Journal Entry Type" in SAP S/4HANA. It reads from 1 data source (I_AccountingDocumentType) and exposes 3 fields with key field AccountingDocumentType.

Data Sources (1)

SourceAliasJoin Type
I_AccountingDocumentType I_AccountingDocumentType from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IFIADT__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey AccountingDocumentType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Journal Entry Type view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY AccountingDocumentType AccountingDocumentType
_Text _Text
AuthorizationGroup AuthorizationGroup
//GENERATED:001:GlBfhyFV7jUzaDT}MP9DVm

@AbapCatalog.sqlViewName: 'IFIADT__VH'
@AbapCatalog.compiler.compareFilter: true

@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'AccountingDocumentType'

@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S

@AccessControl.authorizationCheck: #CHECK
@AccessControl.privilegedAssociations: ['_Text']

@ClientHandling.algorithm: #SESSION_VARIABLE

@Search.searchable: true
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities:[#CDS_MODELING_DATA_SOURCE,#SEARCHABLE_ENTITY,#VALUE_HELP_PROVIDER]
@EndUserText.label: 'Journal Entry Type'
define view I_AccountingDocumentTypeStdVH as select from I_AccountingDocumentType {
  @ObjectModel.text.association: '_Text'
  @Search.defaultSearchElement: true
  @Search.fuzzinessThreshold: 0.8
  @Search.ranking: #HIGH
  key AccountingDocumentType,

  _Text,
  @Consumption.hidden: true
  AuthorizationGroup
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACCOUNTINGDOCUMENTTYPE"
],
"ASSOCIATED":
[
"I_ACCOUNTINGDOCUMENTTYPETEXT"
],
"BASE":
[
"I_ACCOUNTINGDOCUMENTTYPE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/