FGL_BCF_TECH_LEDGER
Technical Ledger for BCF
FGL_BCF_TECH_LEDGER is a CDS View that provides data about "Technical Ledger for BCF" in SAP S/4HANA. It reads from 1 data source (fins_tech_ledger).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| fins_tech_ledger | t | left_outer |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FGLV_BCF_TECH | view | |
| EndUserText.label | Technical Ledger for BCF | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| AbapCatalog.compiler.compareFilter | true | view |
@AbapCatalog.sqlViewName: 'FGLV_BCF_TECH'
@EndUserText.label: 'Technical Ledger for BCF'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #P
@AbapCatalog.compiler.compareFilter: true
define view FGL_BCF_TECH_LEDGER
-- Consider Tech ledger
as select coalesce( l.rldnr, t.rldnr) as rldnr , t.tech_ledger
from finsc_ledger as l
left outer join fins_tech_ledger as t on l.rldnr = t.rldnr;
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FINSC_LEDGER",
"FINS_TECH_LEDGER"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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