F_SourceLedger

DDL: F_SOURCELEDGER Type: view_entity DERIVATION_FUNCTION Package: FINS_LEDGER_VDM

Derivation function for Source Ledger

F_SourceLedger is a CDS View that provides data about "Derivation function for Source Ledger" in SAP S/4HANA. It reads from 1 data source (I_LedgerSourceLedger) and exposes 2 fields with key fields Ledger, SourceLedger. Part of development package FINS_LEDGER_VDM.

Data Sources (1)

SourceAliasJoin Type
I_LedgerSourceLedger I_LedgerSourceLedger from

Annotations (13)

NameValueLevelField
EndUserText.label Derivation function for Source Ledger view
Metadata.allowExtensions false view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey Ledger view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.modelingPattern #DERIVATION_FUNCTION view
VDM.viewType #DERIVATION_FUNCTION view
ObjectModel.derivationFunction.result.type #SINGLE view
ObjectModel.derivationFunction.result.multipleRecords true view
ObjectModel.derivationFunction.result.element SourceLedger view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Ledger Ledger
KEY SourceLedger SourceLedger
@EndUserText.label: 'Derivation function for Source Ledger'
@Metadata.allowExtensions:false
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'Ledger'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #A,
  sizeCategory: #S
}
//@AbapCatalog.buffering:{

//  status: #ACTIVE,

//  type: #FULL

//}

@ObjectModel: {
  supportedCapabilities: [#DERIVATION_FUNCTION],
  modelingPattern: #DERIVATION_FUNCTION
  }

@VDM.viewType: #DERIVATION_FUNCTION
@ObjectModel.derivationFunction: 
  {
    applicableFor: {element: ['SourceLedger']
    //,dimensionView: ['I_LedgerSourceLedger']

    
  },
  result: {
    type: #SINGLE,
    multipleRecords: true,//changed

    element: 'SourceLedger'
  }
}

define view entity F_SourceLedger as select from I_LedgerSourceLedger
{

  key Ledger,
  key SourceLedger

}