P_ECMCA

CDS View

P_ECMCA is a CDS View in S/4HANA. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_Cc_JournalEntryFact view from BASIC

Fields (1)

KeyField CDS FieldsUsed in Views
ryear ryear 1
@AbapCatalog.sqlViewName: 'PCCECMCA'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.private:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.buffering.status: #NOT_ALLOWED
define view P_ECMCA
  as select from ecmca
{
  key gl_sirid,
      rldnr,
      rrcty,
      rvers,
      ryear,
      rtcur,
      runit,
      drcrk,
      poper,
      docct,
      docnr,
      docln,
      rcomp,
      rdimen,
      rbunit,
      ritclg,
      ritem,
      rbuptr,
      rcongr,
      robukrs,
      sityp,
      subit,
      plevl,
      rpflg,
      rtflg,
      docty,
      yracq,
      pracq,
      coicu,
      updhp,
      tsl,
      hsl,
      ksl,
      msl,
      sgtxt,
      autom,
      activ,
      bvorg,
      budat,
      wsdat,
      refdocnr,
      refryear,
      refdocln,
      refdocct,
      refactiv,
      cpudt,
      cputm,
      usnam,
      rvsdocnr,
      orndocnr,
      coiac,
      coinr,
      revyear,
      awtyp,
      aworg,
      logsys
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ECMCA"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/