FGL_BCF_REACC

CDS View

All retained earnings Accounts for Balance CarryForward

FGL_BCF_REACC is a CDS View in S/4HANA. All retained earnings Accounts for Balance CarryForward. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
FGL_BCF_PLACC view inner All P&L Accounts for Balance Carryforward
FGL_BCF_PROT view left_outer Balance Carry Forward: Protocol
FGL_BCF_PURE_PLACC view inner Pure P&L account for bcf
@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