FGL_BCF_REACC

DDL: FGL_BCF_REACC SQL: FGLV_BCF_REACC Type: view

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)

SourceAliasJoin Type
skb1 skb1 inner

Annotations (6)

NameValueLevelField
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":""
}
}*/