FGL_BCF_REACC
All retained earnings Accounts for Balance CarryForward
FGL_BCF_REACC is a CDS View that provides data about "All retained earnings Accounts for Balance CarryForward" in SAP S/4HANA. It reads from 1 data source (skb1).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| skb1 | skb1 | inner |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FGLV_BCF_REACC | view | |
| EndUserText.label | All retained earnings Accounts for Balance CarryForward | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #P | view |
@AbapCatalog.sqlViewName: 'FGLV_BCF_REACC'
@EndUserText.label: 'All retained earnings Accounts for Balance CarryForward'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #P
define view FGL_BCF_REACC
-- retained earnings accounts (used in BCF)
as select distinct key FGL_BCF_REACCCU.mandt, key FGL_BCF_REACCCU.bukrs, key ktopl, key gvtyp, vtkon, xsalh
from FGL_BCF_REACCCU inner join skb1 on skb1.bukrs = FGL_BCF_REACCCU.bukrs
and skb1.saknr = FGL_BCF_REACCCU.vtkon
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FGL_BCF_REACCCU",
"SKB1"
],
"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