F_LeadingLedger
Leading Ledger
F_LeadingLedger is a CDS View that provides data about "Leading Ledger" in SAP S/4HANA. It reads from 1 data source (I_Ledger) and exposes 1 field with key field Ledger.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Ledger | I_Ledger | from |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Leading Ledger | view | |
| Metadata.allowExtensions | false | view | |
| AbapCatalog.sqlViewName | FFILEADLEDGER | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.representativeKey | Ledger | 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 | |
| ObjectModel.modelingPattern | #DERIVATION_FUNCTION | view | |
| VDM.viewType | #DERIVATION_FUNCTION | view | |
| ObjectModel.derivationFunction.result.type | #SINGLE | view | |
| ObjectModel.derivationFunction.result.multipleRecords | false | view | |
| ObjectModel.derivationFunction.result.element | Ledger | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Ledger | Ledger |
@EndUserText.label: 'Leading Ledger'
@Metadata.allowExtensions:false
@AbapCatalog: {
sqlViewName: 'FFILEADLEDGER',
compiler.compareFilter: true,
preserveKey:true
}
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.representativeKey: 'Ledger'
@ClientHandling.algorithm: #SESSION_VARIABLE
@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: ['Ledger'],
dimensionView: ['I_Ledger']
},
result: {
type: #SINGLE,
multipleRecords: false,
element: 'Ledger'
}
}
define view F_LeadingLedger as select from I_Ledger
{
key Ledger
} where IsLeadingLedger = 'X';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LEDGER"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA