A_CnsldtnLedger

DDL: A_CNSLDTNLEDGER SQL: ACSLEDGER Type: view BASIC

Consolidation Ledger

A_CnsldtnLedger is a Basic CDS View that provides data about "Consolidation Ledger" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnLedger) and exposes 3 fields with key field ConsolidationLedger. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_CnsldtnLedger _Source from

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_CnsldtnLedgerT _CnsldtnLedgerT $projection.ConsolidationLedger = _CnsldtnLedgerT.ConsolidationLedger

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ACSLEDGER view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Consolidation Ledger view
VDM.viewType #BASIC 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
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
OData.entitySet.name ConsolidationLedger view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ConsolidationLedger I_CnsldtnLedger ConsolidationLedger
GroupCurrency I_CnsldtnLedger GroupCurrency
_CnsldtnLedgerT _CnsldtnLedgerT
@AbapCatalog.sqlViewName: 'ACSLEDGER'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Consolidation Ledger'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #A,
  sizeCategory: #S
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@OData.entitySet.name: 'ConsolidationLedger'
define view A_CnsldtnLedger
  as select from I_CnsldtnLedger as _Source

  association [0..*] to A_CnsldtnLedgerT as _CnsldtnLedgerT on $projection.ConsolidationLedger = _CnsldtnLedgerT.ConsolidationLedger

{
      @ObjectModel.text.association: '_CnsldtnLedgerT'
  key _Source.ConsolidationLedger,

      _Source.GroupCurrency,

      _CnsldtnLedgerT
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNLEDGER"
],
"ASSOCIATED":
[
"A_CNSLDTNLEDGERT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/