A_Ledger

DDL: A_LEDGER SQL: AFILEDGER Type: view BASIC

API Ledger

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

Data Sources (1)

SourceAliasJoin Type
I_Ledger I_Ledger from

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_LedgerText _Text $projection.Ledger = _Text.Ledger

Annotations (12)

NameValueLevelField
EndUserText.label API Ledger view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AbapCatalog.sqlViewName AFILEDGER 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 Ledger Ledger
IsLeadingLedger IsLeadingLedger
LedgerApplication LedgerApplication
LedgerSubApplication LedgerSubApplication
_Text _Text
@EndUserText.label: 'API Ledger'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@AbapCatalog.sqlViewName: 'AFILEDGER'
@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_Ledger
  as select from I_Ledger
  association [0..*] to A_LedgerText as _Text on $projection.Ledger = _Text.Ledger

{
      //I_Ledger

  key Ledger,
      IsLeadingLedger,
      LedgerApplication,
      LedgerSubApplication,
      /* Associations */
      //I_Ledger

      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LEDGER"
],
"ASSOCIATED":
[
"A_LEDGERTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/