FGL_BCF_REACCCU
All retained earnings Accounts (customizing)
FGL_BCF_REACCCU is a CDS View that provides data about "All retained earnings Accounts (customizing)" in SAP S/4HANA. It reads from 1 data source (t001).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t001 | t001 | inner |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FGLV_BCF_REACCCU | view | |
| EndUserText.label | All retained earnings Accounts (customizing) | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #P | view |
@AbapCatalog.sqlViewName: 'FGLV_BCF_REACCCU'
@EndUserText.label: 'All retained earnings Accounts (customizing)'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #P
define view FGL_BCF_REACCCU
-- retained earnings accounts mainatined in customizing
as select distinct key t030.mandt, key t001.bukrs, key t030.ktopl, key komok as gvtyp, case konts when '' then konth
else konts end as vtkon
from t030 inner join t001 on t001.ktopl = t030.ktopl
where ktosl = 'BIL'
and bwmod = ''
and komok <> ''
and ( konts <> '' or konth <> '' )
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T001",
"T030"
],
"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