P_MCADOCREF

CDS View

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

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_ParkedMCAJournalEntry view inner BASIC Parked MCA Journal Entry details
I_PostedMCAJournalEntry view inner BASIC Posted MCA Journal Entry details

Fields (2)

KeyField CDS FieldsUsed in Views
Rldnr Ledger 2
Runid MCARunID 2
@AbapCatalog.sqlViewName: 'PGLEMCADOC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.private:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #XL
@AccessControl.personalData.blocking: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
define view P_MCAdocref 
  as select from gle_mca_docref
{
  key rldnr                                              as Rldnr,
  key cast( bukrs as fis_bukrs         preserving type ) as bukrs,
  key cast( belnr as farp_belnr_d      preserving type ) as belnr,
  key cast( gjahr as fis_gjahr_no_conv preserving type ) as gjahr,
  key buzei                                              as Buzei,
  key mca_docno                                          as McaDocno,
  key mca_gjahr                                          as McaGjahr,
  key doc_category                                       as DocCategory,
  key runid                                              as Runid,
      prccat                                             as Prccat,
      budat                                              as Budat,
      reversed                                           as Reversed,
      fipp_created                                       as FippCreated,
      fipp_rejected                                      as FippRejected,
      pp_objno                                           as PpObjno,
      wf_status                                          as WfStatus,
      wf_rel_proc                                        as WfRelProc,
      archive_status                                     as ArchiveStatus,
      archive_flud                                       as ArchiveFlud,
      rejection                                          as Rejection
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"GLE_MCA_DOCREF"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/