F_SourceLedger
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)
| Source | Alias | Join Type |
|---|---|---|
| I_LedgerSourceLedger | I_LedgerSourceLedger | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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