A_ChartOfAccountsText

DDL: A_CHARTOFACCOUNTSTEXT SQL: AFICHOFACCT Type: view BASIC

API Chart Of Accounts Text

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

Data Sources (1)

SourceAliasJoin Type
I_ChartOfAccountsText I_ChartOfAccountsText from

Associations (1)

CardinalityTargetAliasCondition
[1..1] A_ChartOfAccounts _ChartOfAccounts $projection.ChartOfAccounts = _ChartOfAccounts.ChartOfAccounts

Annotations (12)

NameValueLevelField
EndUserText.label API Chart Of Accounts Text view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AbapCatalog.sqlViewName AFICHOFACCT view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ChartOfAccounts ChartOfAccounts
KEY Language Language
ChartOfAccountsName ChartOfAccountsName
_ChartOfAccounts _ChartOfAccounts
@EndUserText.label: 'API Chart Of Accounts Text'
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@AbapCatalog.sqlViewName: 'AFICHOFACCT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #B,
  sizeCategory: #S
}

// A-view annotations

@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true

define view A_ChartOfAccountsText
  as select from I_ChartOfAccountsText
  association [1..1] to A_ChartOfAccounts as _ChartOfAccounts on $projection.ChartOfAccounts = _ChartOfAccounts.ChartOfAccounts
  
{
      //I_ChartOfAccountsText

  key ChartOfAccounts,
  key Language,
      ChartOfAccountsName,
      /* Associations */
      //A_ChartOfAccounts

      _ChartOfAccounts
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CHARTOFACCOUNTSTEXT"
],
"ASSOCIATED":
[
"A_CHARTOFACCOUNTS"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/