I_ChartOfAccountsText

DDL: I_CHARTOFACCOUNTSTEXT SQL: IFICHOFACCT Type: view BASIC Package: FINS_CHART_OF_ACCOUNTS_VDM

Chart Of Accounts - Text

I_ChartOfAccountsText is a Basic CDS View that provides data about "Chart Of Accounts - Text" in SAP S/4HANA. It reads from 1 data source (t004t) and exposes 6 fields with key fields ChartOfAccounts, Language. It has 1 association to related views. Part of development package FINS_CHART_OF_ACCOUNTS_VDM.

Data Sources (1)

SourceAliasJoin Type
t004t t004t from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ChartOfAccountsText _ChartOfAccountsText $projection.ChartOfAccounts = _ChartOfAccountsText.ChartOfAccounts association[0..1] to I_ChartOfAccounts as _ChartOfAccounts on $projection.ChartOfAccounts = _ChartOfAccounts.ChartOfAccounts association[0..1] to I_Language as _Language on $projection.Language = _Language.Language

Annotations (17)

NameValueLevelField
EndUserText.label Chart Of Accounts - Text view
Analytics.dataExtraction.enabled true view
Analytics.dataExtraction.delta.changeDataCapture.automatic true view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey ChartOfAccounts view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IFICHOFACCT view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #GENERIC view
AbapCatalog.buffering.numberOfKeyFields 1 view
Search.searchable true view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY ChartOfAccounts ktopl
KEY Language spras
ChartOfAccountsName ktplt Chart of Accounts Description
_ChartOfAccounts _ChartOfAccounts
_Language _Language
_ChartOfAccountsText _ChartOfAccountsText
@EndUserText.label: 'Chart Of Accounts - Text'
@Analytics:{
    dataExtraction: {
        enabled: true,
        delta.changeDataCapture: {
        automatic: true
        }
    }
}
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'ChartOfAccounts'
//@AccessControl.authorizationCheck: #NOT_REQUIRED

@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFICHOFACCT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #A,
  sizeCategory: #S
}
@AbapCatalog.buffering:{
  status: #ACTIVE,
  type: #GENERIC,
  numberOfKeyFields: 1
}
@Search.searchable: true

//--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG

@AccessControl.privilegedAssociations: ['_ChartOfAccountsText']
// ]--GENERATED

@ObjectModel.supportedCapabilities:[#CDS_MODELING_DATA_SOURCE,#LANGUAGE_DEPENDENT_TEXT,#EXTRACTION_DATA_SOURCE]
define view I_ChartOfAccountsText as select from t004t
  
  
  //--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG

  association [0..*] to I_ChartOfAccountsText      as _ChartOfAccountsText on   $projection.ChartOfAccounts = _ChartOfAccountsText.ChartOfAccounts
  // ]--GENERATED

  association[0..1]    to I_ChartOfAccounts      as _ChartOfAccounts    on $projection.ChartOfAccounts   = _ChartOfAccounts.ChartOfAccounts
  association[0..1]    to I_Language             as _Language           on $projection.Language          = _Language.Language

{
      //--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG

      @Consumption.valueHelpDefinition: [ 
        { entity:  { name:    'I_ChartOfAccountsStdVH',
                     element: 'ChartOfAccounts' }
        }]
      @ObjectModel.text.association: '_ChartOfAccountsText'
      // ]--GENERATED

  @ObjectModel.foreignKey.association: '_ChartOfAccounts'
  key ktopl as ChartOfAccounts,

  @ObjectModel.foreignKey.association: '_Language'
  @Semantics.language
  key spras as Language,

  @Semantics.text: true
  @Search.defaultSearchElement: true
  @Search.fuzzinessThreshold: 0.8
  @Search.ranking: #LOW  
  @EndUserText.label: 'Chart of Accounts Description'
  ktplt as ChartOfAccountsName,

  _ChartOfAccounts,  
  _Language,
      //--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG

      @Consumption.hidden: true
      _ChartOfAccountsText
      // ]--GENERATED


};