A_ChartOfAccounts

DDL: A_CHARTOFACCOUNTS SQL: AFICHOFACC Type: view BASIC

API Chart Of Accounts

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

Data Sources (1)

SourceAliasJoin Type
I_ChartOfAccounts I_ChartOfAccounts from

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_ChartOfAccountsText _Text $projection.ChartOfAccounts = _Text.ChartOfAccounts

Annotations (12)

NameValueLevelField
EndUserText.label API Chart Of Accounts view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AbapCatalog.sqlViewName AFICHOFACC view
AccessControl.authorizationCheck #CHECK 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 (5)

KeyFieldSource TableSource FieldDescription
KEY ChartOfAccounts ChartOfAccounts
CorporateGroupChartOfAccounts CorporateGroupChartOfAccounts
ChartOfAcctsIsBlocked ChartOfAcctsIsBlocked
MaintenanceLanguage MaintenanceLanguage
_Text _Text
@EndUserText.label: 'API Chart Of Accounts'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@AbapCatalog.sqlViewName: 'AFICHOFACC'
@AccessControl.authorizationCheck: #CHECK
@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_ChartOfAccounts
  as select from I_ChartOfAccounts
  association [0..*] to A_ChartOfAccountsText as _Text on $projection.ChartOfAccounts = _Text.ChartOfAccounts
{

      //I_ChartOfAccounts

  key ChartOfAccounts,
      CorporateGroupChartOfAccounts,
      ChartOfAcctsIsBlocked,
      MaintenanceLanguage,
      /* Associations */
      _Text


}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CHARTOFACCOUNTS"
],
"ASSOCIATED":
[
"A_CHARTOFACCOUNTSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/