FGL_BCF_PER0P

CDS View

All inverted PL-items of period 0

FGL_BCF_PER0P is a CDS View in S/4HANA. All inverted PL-items of period 0. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
FGL_BCF_ALLP10 view inner PL-items: prev. fiscal year + invert. period 0 bcf-year
@AbapCatalog.sqlViewName: 'FGLV_BCF_PER0P'
@EndUserText.label: 'All inverted PL-items of period 0'

@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #P
define view FGL_BCF_PER0P

  as select
    -- all inverted PL-items of period 0 ( here only inversion of amount fields)

    -tsl as tsl,
    -hsl as hsl,
    -ksl as ksl,
    -osl as osl,
    -wsl as wsl,
    -psl as psl,
    -vsl as vsl,
    -bsl as bsl,
    -csl as csl,
    -dsl as dsl,
    -esl as esl,
    -fsl as fsl,
    -gsl as gsl,
    -hvkwrt as hvkwrt,
    -fcsl   as fcsl,
    -- -msl as msl,
    -- -co_osl as co_osl, -pfsl as pfsl,

    ryear,
    ''   as drcrk,
    poper,
    org_account,
    --bttype,
    --awtyp,
    --runit,
    --msl,


    -- placeholder for fields of extension include of acdoca
    -- placeholder for fields of extension include of acdoca
    -- placeholder for fields of extension include of acdoca
    //<$VF>

//<$FIELDS>

//<$VF>

    -- placeholder for fields of extension include of acdoca
    -- placeholder for fields of extension include of acdoca
    -- placeholder for fields of extension include of acdoca



    -- all possible PL-fields
    awtyp,
    awsys,
    blart,
    co_osl,
    eprctr,
    --hsl,
    kokrs,
    --ksl,
    ktop2,
    y.ktopl,
    lokkt,
    --osl,
    y.periv,
    pfsl,
    pprctr,
    prctr,
    psegment,
    --psl,
    y.racct,
    rassc,
    rbukrs,
    rbusa,
    rclnt,
    rcntr,
    rco_ocur,
    rfarea,
    y.rbcur,
    y.rccur,
    y.rdcur,
    y.recur,
    y.rfcur,
    y.rgcur,
    y.rfccur,
    rhcur,
    rhoart,
    rkcur,
    y.rldnr,
    rmvct,
    rocur,
    rrcty,
    rtcur,
    rvcur,
    rwcur,
    sbusa,
    scntr,
    segment,
    sfarea,
    --tsl,
    --vsl
    --wsl,
    -- Public sector
    re_bukrs,
    re_account,
    fikrs,
    fistl,
    measure,
    rfund,
    rgrant_nbr,
    rbudget_pd,
    sfund,
    sgrant_nbr,
    sbudget_pd,
    bdgt_account,
    bdgt_account_cocode,
    ---JVA
    vname,
    egrup,
    recid,
    -- CO
    aufnr,
    btype,
    prodper,
    cbrunid,
    jvactivity,
    pvname,
    pegrup,
    vptnr,
    ---
    hbkid,
    hktid,
    anlkl,
    mwskz,
    werks,
    bukrs_sender,
    racct_sender,
    -- Real Estate
    swenr,
    sgenr,
    sgrnr,
    -- Accrual
    acrlogsys,
    acritmtype,
    acrobjtype,
    acrobj_id,
    acrsobj_id,
    -- Valuation
    valobjtype, 
    valobj_id, 
    valsobj_id
     

  from         fgl_bcf_info_cc
    inner join FGL_BCF_PER0P10 as y on  y.rbukrs = fgl_bcf_info_cc.bukrs
                                    and y.rldnr  = fgl_bcf_info_cc.rldnr
                                    and y.ryear  = fgl_bcf_info_cc.bcf_to_year

  --      from FGL_BCF_PER0P10 as y

  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"FGL_BCF_PER0P10",
"FGL_BCF_INFO_CC"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/